Color names in this palette
CSS code for this palette
/* CSS */
.exuberant-orange {
color: #f25d2c;
}
.goku-orange {
color: #f27e3a;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.sorreno-lemon {
color: #f2d15a;
}
.bright-khaki {
color: #f2e88c;
}
/* CSS Variables */
:root {
--exuberant-orange:#f25d2c;
--goku-orange:#f27e3a;
--maximum-yellow-red:#f2ba4a;
--sorreno-lemon:#f2d15a;
--bright-khaki:#f2e88c;
}