Color names in this palette
CSS code for this palette
/* CSS */
.curry-bubbles {
color: #f5b800;
}
.persimmon-orange {
color: #f76c2b;
}
.hawaiian-passion {
color: #f9a23e;
}
.garuda-gold {
color: #fdbc30;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--curry-bubbles:#f5b800;
--persimmon-orange:#f76c2b;
--hawaiian-passion:#f9a23e;
--garuda-gold:#fdbc30;
--usc-gold:#ffcc00;
}