Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.safflower-scarlet {
color: #e63b28;
}
.gangly-gremlin {
color: #2b9c4b;
}
.dayflower {
color: #3c9ed7;
}
.royalty-loyalty {
color: #b35bb2;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--safflower-scarlet:#e63b28;
--gangly-gremlin:#2b9c4b;
--dayflower:#3c9ed7;
--royalty-loyalty:#b35bb2;
}