Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #492c2e;
}
.summerset {
color: #c77d3d;
}
.koji-orange {
color: #f7a94a;
}
.lighthouse-glow {
color: #f9d36c;
}
.milk-chocolate {
color: #7f4a1f;
}
/* CSS Variables */
:root {
--dark-roast:#492c2e;
--summerset:#c77d3d;
--koji-orange:#f7a94a;
--lighthouse-glow:#f9d36c;
--milk-chocolate:#7f4a1f;
}