Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-jelly {
color: #fa8900;
}
.usc-gold {
color: #ffcc00;
}
.xanthe-yellow {
color: #ffee57;
}
.coastal-breeze {
color: #e1f5fe;
}
.clean-pool {
color: #50c2f7;
}
/* CSS Variables */
:root {
--mandarin-jelly:#fa8900;
--usc-gold:#ffcc00;
--xanthe-yellow:#ffee57;
--coastal-breeze:#e1f5fe;
--clean-pool:#50c2f7;
}