Color names in this palette
CSS code for this palette
/* CSS */
.hot-lips {
color: #c8302d;
}
.coral-expression {
color: #d86b69;
}
.cuticle-pink {
color: #e7a498;
}
.everblooming {
color: #f2cbb5;
}
.weekend-retreat {
color: #e9c1af;
}
/* CSS Variables */
:root {
--hot-lips:#c8302d;
--coral-expression:#d86b69;
--cuticle-pink:#e7a498;
--everblooming:#f2cbb5;
--weekend-retreat:#e9c1af;
}