Color names in this palette
CSS code for this palette
/* CSS */
.glowing-coals {
color: #bf4f3b;
}
.clay-mug {
color: #d6785c;
}
.english-custard {
color: #e2b66a;
}
.sauerkraut {
color: #ebe1b7;
}
.snowy-summit {
color: #c5d7e7;
}
/* CSS Variables */
:root {
--glowing-coals:#bf4f3b;
--clay-mug:#d6785c;
--english-custard:#e2b66a;
--sauerkraut:#ebe1b7;
--snowy-summit:#c5d7e7;
}