Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6b600;
}
.dallol-yellow {
color: #fad900;
}
.pineapple-juice {
color: #f6e779;
}
.meringue {
color: #f3e4b4;
}
.middle-yellow {
color: #ffea00;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6b600;
--dallol-yellow:#fad900;
--pineapple-juice:#f6e779;
--meringue:#f3e4b4;
--middle-yellow:#ffea00;
}