Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.orange-bell-pepper {
color: #ff8b42;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.salomie {
color: #ffd77a;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--orange-bell-pepper:#ff8b42;
--peanut-butter-chicken:#ffb65c;
--salomie:#ffd77a;
--sun-drenched:#ffe8a3;
}