Color names in this palette
CSS code for this palette
/* CSS */
.basil-pesto {
color: #4f9c6c;
}
.green-balloon {
color: #7cc5a7;
}
.menthol-kiss {
color: #a2e2d5;
}
.dandelion-wish {
color: #e2b865;
}
.pizazz {
color: #e6803d;
}
/* CSS Variables */
:root {
--basil-pesto:#4f9c6c;
--green-balloon:#7cc5a7;
--menthol-kiss:#a2e2d5;
--dandelion-wish:#e2b865;
--pizazz:#e6803d;
}