Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.instant-orange {
color: #ff8d29;
}
.twenty-carat {
color: #ffbe4d;
}
.lemon-bundt-cake {
color: #fff59e;
}
.rising-star {
color: #f6f9d7;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--instant-orange:#ff8d29;
--twenty-carat:#ffbe4d;
--lemon-bundt-cake:#fff59e;
--rising-star:#f6f9d7;
}