Color names in this palette
CSS code for this palette
/* CSS */
.medallion {
color: #c2a47a;
}
.clumsy-caramel {
color: #d5b785;
}
.norman-shaw-goldspar {
color: #e9c88b;
}
.solaria {
color: #f4d890;
}
.storm-lightning {
color: #f9e59f;
}
/* CSS Variables */
:root {
--medallion:#c2a47a;
--clumsy-caramel:#d5b785;
--norman-shaw-goldspar:#e9c88b;
--solaria:#f4d890;
--storm-lightning:#f9e59f;
}