Color names in this palette
CSS code for this palette
/* CSS */
.amber {
color: #ffbf00;
}
.citrus-splash {
color: #ffc300;
}
.sunny-side-up {
color: #ffd942;
}
.candle-flame {
color: #fff6a3;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--amber:#ffbf00;
--citrus-splash:#ffc300;
--sunny-side-up:#ffd942;
--candle-flame:#fff6a3;
--sun-crete:#ff8c00;
}