Color names in this palette
CSS code for this palette
/* CSS */
.sienna {
color: #a55c1d;
}
.orange-gluttony {
color: #e77e23;
}
.lightning-yellow {
color: #f69f2c;
}
.lighthouse-glow {
color: #f9d767;
}
.gentle-glow {
color: #f8e5b9;
}
/* CSS Variables */
:root {
--sienna:#a55c1d;
--orange-gluttony:#e77e23;
--lightning-yellow:#f69f2c;
--lighthouse-glow:#f9d767;
--gentle-glow:#f8e5b9;
}