Color names in this palette
CSS code for this palette
/* CSS */
.sun-kissed-brick {
color: #b65c3e;
}
.toffee-cream {
color: #db8b51;
}
.cornsilk-yellow {
color: #f4c76c;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.bison {
color: #6d4f3b;
}
/* CSS Variables */
:root {
--sun-kissed-brick:#b65c3e;
--toffee-cream:#db8b51;
--cornsilk-yellow:#f4c76c;
--lemon-ice-yellow:#f7e2a6;
--bison:#6d4f3b;
}