Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.pale-pear {
color: #f7da6e;
}
.bleached-sunflower {
color: #f8e9a5;
}
.bullet-hell {
color: #f9f2c8;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--pale-pear:#f7da6e;
--bleached-sunflower:#f8e9a5;
--bullet-hell:#f9f2c8;
}