Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c04a;
}
.flame-orange {
color: #f58b29;
}
.scoville-high {
color: #e5492a;
}
.raspberry-sorbet {
color: #d73c6b;
}
.deep-amethyst {
color: #592b88;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c04a;
--flame-orange:#f58b29;
--scoville-high:#e5492a;
--raspberry-sorbet:#d73c6b;
--deep-amethyst:#592b88;
}