Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d7;
}
.doll-house {
color: #facec2;
}
.sango-pink {
color: #f8b4af;
}
.shrimp-cocktail {
color: #f4a462;
}
.hopbush {
color: #d06c8f;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d7;
--doll-house:#facec2;
--sango-pink:#f8b4af;
--shrimp-cocktail:#f4a462;
--hopbush:#d06c8f;
}