Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.exuberance {
color: #d66000;
}
.dark-orange {
color: #c74c00;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--exuberance:#d66000;
--dark-orange:#c74c00;
}