Color names in this palette
CSS code for this palette
/* CSS */
.dainty-debutante {
color: #f7beb6;
}
.wisley-pink {
color: #f4a499;
}
.pueblo-rose {
color: #e8766d;
}
.coral-gold {
color: #d56d4d;
}
.painted-poppy {
color: #c84f3c;
}
/* CSS Variables */
:root {
--dainty-debutante:#f7beb6;
--wisley-pink:#f4a499;
--pueblo-rose:#e8766d;
--coral-gold:#d56d4d;
--painted-poppy:#c84f3c;
}