Color names in this palette
CSS code for this palette
/* CSS */
.splash-of-honey {
color: #d9b88c;
}
.avid-apricot {
color: #f3c5a0;
}
.pastry {
color: #f7e0b6;
}
.flashpoint {
color: #f9f3d2;
}
.light-petite-pink {
color: #f0d6d8;
}
/* CSS Variables */
:root {
--splash-of-honey:#d9b88c;
--avid-apricot:#f3c5a0;
--pastry:#f7e0b6;
--flashpoint:#f9f3d2;
--light-petite-pink:#f0d6d8;
}