Color names in this palette
CSS code for this palette
/* CSS */
.bastard-amber {
color: #ffcc8a;
}
.crunch {
color: #f2b95f;
}
.gilded-leaves {
color: #e8a03b;
}
.dulce-de-leche {
color: #d58b1a;
}
.fire-ant {
color: #c26700;
}
/* CSS Variables */
:root {
--bastard-amber:#ffcc8a;
--crunch:#f2b95f;
--gilded-leaves:#e8a03b;
--dulce-de-leche:#d58b1a;
--fire-ant:#c26700;
}