Color names in this palette
CSS code for this palette
/* CSS */
.green-lacewing {
color: #8ccf6e;
}
.nature-s-delight {
color: #a2d68f;
}
.cactus-spike {
color: #c4e09e;
}
.patrinia-scabiosaefolia {
color: #f1f5b2;
}
.storm-lightning {
color: #f9e89f;
}
/* CSS Variables */
:root {
--green-lacewing:#8ccf6e;
--nature-s-delight:#a2d68f;
--cactus-spike:#c4e09e;
--patrinia-scabiosaefolia:#f1f5b2;
--storm-lightning:#f9e89f;
}