Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-copper {
color: #ae6f42;
}
.bakelite-gold {
color: #d19a5c;
}
.golden-lion {
color: #f1c86f;
}
.bright-khaki {
color: #f3ea8c;
}
.yellow-chalk {
color: #f9f9ae;
}
/* CSS Variables */
:root {
--byzantine-copper:#ae6f42;
--bakelite-gold:#d19a5c;
--golden-lion:#f1c86f;
--bright-khaki:#f3ea8c;
--yellow-chalk:#f9f9ae;
}