Color names in this palette
CSS code for this palette
/* CSS */
.conceptual {
color: #79c74d;
}
.basil-smash {
color: #b5e1a3;
}
.lime-coco-cake {
color: #e4f3c9;
}
.cymophane-yellow {
color: #f3e5a5;
}
.antique-cameo {
color: #f3b7a0;
}
/* CSS Variables */
:root {
--conceptual:#79c74d;
--basil-smash:#b5e1a3;
--lime-coco-cake:#e4f3c9;
--cymophane-yellow:#f3e5a5;
--antique-cameo:#f3b7a0;
}