Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.sunset-yellow {
color: #ff8b3d;
}
.cape-jasmine {
color: #ffb85c;
}
.neon-light {
color: #ffe45c;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--sunset-yellow:#ff8b3d;
--cape-jasmine:#ffb85c;
--neon-light:#ffe45c;
--lemon-bundt-cake:#fff59e;
}