Color names in this palette
CSS code for this palette
/* CSS */
.optimistic-yellow {
color: #f7e0a6;
}
.almond-cream {
color: #f4c29f;
}
.soft-salmon {
color: #ebaba2;
}
.orange-gluttony {
color: #e77e23;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--optimistic-yellow:#f7e0a6;
--almond-cream:#f4c29f;
--soft-salmon:#ebaba2;
--orange-gluttony:#e77e23;
--obstinate-orange:#d75928;
}