Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.granny-smith-apple {
color: #9edd8d;
}
.menthol {
color: #c1f2a1;
}
.patrinia-scabiosaefolia {
color: #f2f6b1;
}
.young-apricot {
color: #fbd8b7;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--granny-smith-apple:#9edd8d;
--menthol:#c1f2a1;
--patrinia-scabiosaefolia:#f2f6b1;
--young-apricot:#fbd8b7;
}