Color names in this palette
CSS code for this palette
/* CSS */
.haute-couture {
color: #9c1c2b;
}
.popstar {
color: #c14e5d;
}
.tonys-pink {
color: #e89d8c;
}
.willow-flower-yellow {
color: #f2d09c;
}
.flan {
color: #f6e3b6;
}
/* CSS Variables */
:root {
--haute-couture:#9c1c2b;
--popstar:#c14e5d;
--tonys-pink:#e89d8c;
--willow-flower-yellow:#f2d09c;
--flan:#f6e3b6;
}