Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunrise {
color: #f6c279;
}
.milky-maize {
color: #f6d9a2;
}
.blushing-tulip {
color: #df9fb6;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunrise:#f6c279;
--milky-maize:#f6d9a2;
--blushing-tulip:#df9fb6;
--breeze-of-chilli:#f26e6e;
}