Color names in this palette
CSS code for this palette
/* CSS */
.mossy-glossy {
color: #7a994d;
}
.greasy-green-beans {
color: #a3b65d;
}
.lime-sherbet {
color: #cfd48c;
}
.buttery-croissant {
color: #f2e29c;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
/* CSS Variables */
:root {
--mossy-glossy:#7a994d;
--greasy-green-beans:#a3b65d;
--lime-sherbet:#cfd48c;
--buttery-croissant:#f2e29c;
--deep-fried-sun-rays:#f4c65d;
}