Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e4a0b5;
}
.laelia-pink {
color: #f7c5e0;
}
.frangipane {
color: #f5d5b2;
}
.butter-cream {
color: #f5b042;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blushing-tulip:#e4a0b5;
--laelia-pink:#f7c5e0;
--frangipane:#f5d5b2;
--butter-cream:#f5b042;
--grapefruit-pulp:#ff6e61;
}