breadcrumb
Soft Red
Soft Red preview and CSS codes
Text |
|
This text has a font color of #ec644b | |
.text {color:#ec644b;}
|
|
.text {color:rgba(236, 100, 75, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background |
|
This element has a background color of #ec644b | |
.element {background-color:#ec644b;}
|
|
.element {background-color:rgba(236, 100, 75, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border |
|
This element has a border color of #ec644b | |
.element {border:1px solid #ec644b;}
|
|
.element {border:1px solid rgba(236, 100, 75, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|