Color names in this palette
CSS code for this palette
/* CSS */
.cuticle-pink {
color: #e1a59d;
}
.citrus-sachet {
color: #f1c6a7;
}
.bone-white {
color: #f3e0af;
}
.sport-yellow {
color: #f1d579;
}
.tulip-tree {
color: #e2a83c;
}
/* CSS Variables */
:root {
--cuticle-pink:#e1a59d;
--citrus-sachet:#f1c6a7;
--bone-white:#f3e0af;
--sport-yellow:#f1d579;
--tulip-tree:#e2a83c;
}