Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f9e339;
}
.dilly-dally {
color: #f2d95f;
}
.sulfur-pit {
color: #e6c96b;
}
.android-green {
color: #a6c33c;
}
.lattice-green {
color: #6e993d;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f9e339;
--dilly-dally:#f2d95f;
--sulfur-pit:#e6c96b;
--android-green:#a6c33c;
--lattice-green:#6e993d;
}