Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.pumpkin-mousse {
color: #f2c2a6;
}
.sandalwood-beige {
color: #f3d2af;
}
.kestrel-white {
color: #e1d5c7;
}
.duck-egg-cream {
color: #c9e4d4;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--pumpkin-mousse:#f2c2a6;
--sandalwood-beige:#f3d2af;
--kestrel-white:#e1d5c7;
--duck-egg-cream:#c9e4d4;
}