Color names in this palette
CSS code for this palette
/* CSS */
.fresh-oregano {
color: #4cae68;
}
.lilliputian-lime {
color: #7fd959;
}
.basil-smash {
color: #b5e59f;
}
.white-sulfur {
color: #f0f9e7;
}
.daylily-yellow {
color: #f9f0d2;
}
/* CSS Variables */
:root {
--fresh-oregano:#4cae68;
--lilliputian-lime:#7fd959;
--basil-smash:#b5e59f;
--white-sulfur:#f0f9e7;
--daylily-yellow:#f9f0d2;
}