Color names in this palette
CSS code for this palette
/* CSS */
.precious-persimmon {
color: #ff7142;
}
.guava {
color: #ff9b29;
}
.sunglow {
color: #ffcc33;
}
.fuzzy-duckling {
color: #ffe96b;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--precious-persimmon:#ff7142;
--guava:#ff9b29;
--sunglow:#ffcc33;
--fuzzy-duckling:#ffe96b;
--lime-lizard:#a3d55d;
}