Color names in this palette
CSS code for this palette
/* CSS */
.exuberance {
color: #d65d00;
}
.kin-gold {
color: #f59b00;
}
.dallol-yellow {
color: #fad900;
}
.casino-lights {
color: #f7f2b6;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--exuberance:#d65d00;
--kin-gold:#f59b00;
--dallol-yellow:#fad900;
--casino-lights:#f7f2b6;
--fat-gold:#e6b800;
}