Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #6dbf5f;
}
.leek {
color: #93d98c;
}
.basil-smash {
color: #b4e2a2;
}
.envious-pastel {
color: #e0f8c4;
}
.cashew-cheese {
color: #f8f8b9;
}
/* CSS Variables */
:root {
--drop-green:#6dbf5f;
--leek:#93d98c;
--basil-smash:#b4e2a2;
--envious-pastel:#e0f8c4;
--cashew-cheese:#f8f8b9;
}