Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.sunset-yellow {
color: #ff8b3d;
}
.cape-jasmine {
color: #ffb85c;
}
.midday-sun {
color: #ffe2a3;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--sunset-yellow:#ff8b3d;
--cape-jasmine:#ffb85c;
--midday-sun:#ffe2a3;
--vanilla-ice-cream:#ffe7b3;
}