Color names in this palette
CSS code for this palette
/* CSS */
.ninjin-orange {
color: #e3a86d;
}
.paprika-kisses {
color: #c24324;
}
.pico-eggplant {
color: #7f1f4d;
}
.blue-heaven {
color: #5b809a;
}
.whipped-peach {
color: #f8caaf;
}
/* CSS Variables */
:root {
--ninjin-orange:#e3a86d;
--paprika-kisses:#c24324;
--pico-eggplant:#7f1f4d;
--blue-heaven:#5b809a;
--whipped-peach:#f8caaf;
}