Color names in this palette
CSS code for this palette
/* CSS */
.cucumber-milk {
color: #c1ef7b;
}
.grape-green {
color: #a8e1a3;
}
.green-daze {
color: #8fd6c8;
}
.bright-spark {
color: #75c4e1;
}
.feather-star {
color: #5ca3f0;
}
/* CSS Variables */
:root {
--cucumber-milk:#c1ef7b;
--grape-green:#a8e1a3;
--green-daze:#8fd6c8;
--bright-spark:#75c4e1;
--feather-star:#5ca3f0;
}