Color names in this palette
CSS code for this palette
/* CSS */
.black-glaze {
color: #001414;
}
.cinnamon-bun {
color: #b35000;
}
.mustard-seed {
color: #c8a328;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.dried-goldenrod {
color: #e2a428;
}
/* CSS Variables */
:root {
--black-glaze:#001414;
--cinnamon-bun:#b35000;
--mustard-seed:#c8a328;
--fleur-de-sel-caramel:#d68b00;
--dried-goldenrod:#e2a428;
}