breadcrumb
Cape Honey
Cape Honey preview and CSS codes
Text |
|
This text has a font color of #fde3a7 | |
.text {color:#fde3a7;}
|
|
.text {color:rgba(253, 227, 167, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background |
|
This element has a background color of #fde3a7 | |
.element {background-color:#fde3a7;}
|
|
.element {background-color:rgba(253, 227, 167, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border |
|
This element has a border color of #fde3a7 | |
.element {border:1px solid #fde3a7;}
|
|
.element {border:1px solid rgba(253, 227, 167, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|