Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.squash-blossom {
color: #f6b83c;
}
.dancing-daisy {
color: #f3c758;
}
.dandelion-whisper {
color: #fef3b4;
}
.orange-soda {
color: #f65a46;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--squash-blossom:#f6b83c;
--dancing-daisy:#f3c758;
--dandelion-whisper:#fef3b4;
--orange-soda:#f65a46;
}