Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.mom-s-pancake {
color: #f7c455;
}
.novelle-peach {
color: #e1c6b2;
}
.antique-fuchsia {
color: #8e5d7e;
}
.cadmium-violet {
color: #7d3e93;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--mom-s-pancake:#f7c455;
--novelle-peach:#e1c6b2;
--antique-fuchsia:#8e5d7e;
--cadmium-violet:#7d3e93;
}