Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.hawaiian-passion {
color: #ff9e3d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.big-bus-yellow {
color: #ffda8a;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--hawaiian-passion:#ff9e3d;
--peanut-butter-chicken:#ffb65c;
--big-bus-yellow:#ffda8a;
--vanilla-ice-cream:#ffe7b3;
}