Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.peach-butter {
color: #fbaf3c;
}
.sun-shower {
color: #fddd72;
}
.lively-yellow {
color: #ffebb3;
}
.affinity {
color: #ffd3a3;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--peach-butter:#fbaf3c;
--sun-shower:#fddd72;
--lively-yellow:#ffebb3;
--affinity:#ffd3a3;
}