Color names in this palette
CSS code for this palette
/* CSS */
.drop-green {
color: #6bc85b;
}
.weekend-gardener {
color: #9ee0a5;
}
.shalimar {
color: #f8f9a9;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--drop-green:#6bc85b;
--weekend-gardener:#9ee0a5;
--shalimar:#f8f9a9;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}