Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #6abf69;
}
.basil-smash {
color: #b3e6a2;
}
.envious-pastel {
color: #d8f0c1;
}
.ceramite-white {
color: #fefee1;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--bermudagrass:#6abf69;
--basil-smash:#b3e6a2;
--envious-pastel:#d8f0c1;
--ceramite-white:#fefee1;
--yellow-chalk:#f3f7b1;
}