Color names in this palette
CSS code for this palette
/* CSS */
.pizazz-peach {
color: #f7cb92;
}
.stone-fruit {
color: #f2a48c;
}
.carmine-rose {
color: #e15b8c;
}
.beauty-queen {
color: #b95b8d;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--pizazz-peach:#f7cb92;
--stone-fruit:#f2a48c;
--carmine-rose:#e15b8c;
--beauty-queen:#b95b8d;
--bright-eggplant:#5c4b8b;
}