Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.mom-s-pancake {
color: #f6c751;
}
.straw {
color: #e5d76c;
}
.green-trance {
color: #a5d8a2;
}
.glassmith {
color: #4cb6c2;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--mom-s-pancake:#f6c751;
--straw:#e5d76c;
--green-trance:#a5d8a2;
--glassmith:#4cb6c2;
}