Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-avalanche {
color: #f0523d;
}
.barbarian {
color: #f78c5e;
}
.golden-crest {
color: #f3c968;
}
.ultra-moss {
color: #d6e95d;
}
.acid-candy {
color: #a8c44a;
}
/* CSS Variables */
:root {
--strawberry-avalanche:#f0523d;
--barbarian:#f78c5e;
--golden-crest:#f3c968;
--ultra-moss:#d6e95d;
--acid-candy:#a8c44a;
}