Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.just-peachy {
color: #f9c571;
}
.honey-bees {
color: #fcd583;
}
.optimistic-yellow {
color: #f6e0a7;
}
.amber-moon {
color: #f0d1a3;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--just-peachy:#f9c571;
--honey-bees:#fcd583;
--optimistic-yellow:#f6e0a7;
--amber-moon:#f0d1a3;
}