Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f9c4b4;
}
.pink-fit {
color: #f6a7b2;
}
.blush {
color: #f49f90;
}
.seasonal-beige {
color: #e9b79f;
}
.yellow-cream {
color: #f2d269;
}
/* CSS Variables */
:root {
--apricot-obsession:#f9c4b4;
--pink-fit:#f6a7b2;
--blush:#f49f90;
--seasonal-beige:#e9b79f;
--yellow-cream:#f2d269;
}