Color names in this palette
CSS code for this palette
/* CSS */
.hen-of-the-woods {
color: #eed9c4;
}
.almeja {
color: #f4e0c8;
}
.touch-of-topaz {
color: #f7e4cf;
}
.ice-cream-parlour {
color: #f8d5af;
}
.prosciutto {
color: #e1b5a3;
}
/* CSS Variables */
:root {
--hen-of-the-woods:#eed9c4;
--almeja:#f4e0c8;
--touch-of-topaz:#f7e4cf;
--ice-cream-parlour:#f8d5af;
--prosciutto:#e1b5a3;
}