Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c79b6b;
}
.ceremonial-gold {
color: #d6a15c;
}
.high-honey {
color: #e2b950;
}
.buzz {
color: #f1c841;
}
.dandelion-yellow {
color: #f6d43c;
}
/* CSS Variables */
:root {
--amber-autumn:#c79b6b;
--ceremonial-gold:#d6a15c;
--high-honey:#e2b950;
--buzz:#f1c841;
--dandelion-yellow:#f6d43c;
}