Color names in this palette
CSS code for this palette
/* CSS */
.lion-s-mane {
color: #e6b04c;
}
.egyptian-gold {
color: #eba94c;
}
.yellow-currant {
color: #f7c76e;
}
.paw-paw {
color: #fad49e;
}
.polka-dot-skirt {
color: #fce1a1;
}
/* CSS Variables */
:root {
--lion-s-mane:#e6b04c;
--egyptian-gold:#eba94c;
--yellow-currant:#f7c76e;
--paw-paw:#fad49e;
--polka-dot-skirt:#fce1a1;
}