Color names in this palette
CSS code for this palette
/* CSS */
.goku-orange {
color: #f27e3a;
}
.egyptian-gold {
color: #f1a94b;
}
.dancing-daisy {
color: #f2c95a;
}
.dingy-sticky-note {
color: #e5f2a1;
}
.juzcar-blue {
color: #a1d3f2;
}
/* CSS Variables */
:root {
--goku-orange:#f27e3a;
--egyptian-gold:#f1a94b;
--dancing-daisy:#f2c95a;
--dingy-sticky-note:#e5f2a1;
--juzcar-blue:#a1d3f2;
}