Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.tiki-monster {
color: #8fbc8f;
}
.garden-pond {
color: #b1c39d;
}
.lime-tree {
color: #d3d36f;
}
.buttery-croissant {
color: #f3e49b;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--tiki-monster:#8fbc8f;
--garden-pond:#b1c39d;
--lime-tree:#d3d36f;
--buttery-croissant:#f3e49b;
}