Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff6038;
}
.valley-of-fire {
color: #ff8b47;
}
.alajuela-toad {
color: #ffae52;
}
.hint-of-honey {
color: #ffd86b;
}
.quack-quack {
color: #ffe88a;
}
/* CSS Variables */
:root {
--toxic-orange:#ff6038;
--valley-of-fire:#ff8b47;
--alajuela-toad:#ffae52;
--hint-of-honey:#ffd86b;
--quack-quack:#ffe88a;
}