Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.sunset-yellow {
color: #ff8b3d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.ripe-pineapple {
color: #ffe27a;
}
.yellow-tail {
color: #fff29e;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--sunset-yellow:#ff8b3d;
--peanut-butter-chicken:#ffb65c;
--ripe-pineapple:#ffe27a;
--yellow-tail:#fff29e;
}