Color names in this palette
CSS code for this palette
/* CSS */
.cinnamon-whip {
color: #d8b5a2;
}
.novelle-peach {
color: #e1c6b2;
}
.mother-of-pearl {
color: #e9d6c3;
}
.delicate-lace {
color: #f3e6d3;
}
.moonlit-beach {
color: #f9f0e6;
}
/* CSS Variables */
:root {
--cinnamon-whip:#d8b5a2;
--novelle-peach:#e1c6b2;
--mother-of-pearl:#e9d6c3;
--delicate-lace:#f3e6d3;
--moonlit-beach:#f9f0e6;
}