Color names in this palette
CSS code for this palette
/* CSS */
.quilt-gold {
color: #e8c468;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
.persimmon-orange {
color: #f3712b;
}
.red-epiphyllum {
color: #d10000;
}
/* CSS Variables */
:root {
--quilt-gold:#e8c468;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
--persimmon-orange:#f3712b;
--red-epiphyllum:#d10000;
}