Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a3d7a5;
}
.basil-smash {
color: #b7e6a3;
}
.envious-pastel {
color: #e0f9b9;
}
.golden-straw {
color: #f3eaaf;
}
.polka-dot-skirt {
color: #fce1a1;
}
/* CSS Variables */
:root {
--green-trance:#a3d7a5;
--basil-smash:#b7e6a3;
--envious-pastel:#e0f9b9;
--golden-straw:#f3eaaf;
--polka-dot-skirt:#fce1a1;
}