Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-mousse {
color: #f4c3a9;
}
.satin-latour {
color: #f9d7ae;
}
.aspen-yellow {
color: #f8e0a0;
}
.wax-yellow {
color: #e6e7a2;
}
.lull-wind {
color: #c4d6e8;
}
/* CSS Variables */
:root {
--pumpkin-mousse:#f4c3a9;
--satin-latour:#f9d7ae;
--aspen-yellow:#f8e0a0;
--wax-yellow:#e6e7a2;
--lull-wind:#c4d6e8;
}