Color names in this palette
CSS code for this palette
/* CSS */
.kabacha-brown {
color: #b2492a;
}
.campfire {
color: #cf5d3a;
}
.autumn-glimmer {
color: #e88c4a;
}
.amber-yellow {
color: #f6b55a;
}
.golden-dream {
color: #f2d12c;
}
/* CSS Variables */
:root {
--kabacha-brown:#b2492a;
--campfire:#cf5d3a;
--autumn-glimmer:#e88c4a;
--amber-yellow:#f6b55a;
--golden-dream:#f2d12c;
}