Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.wake-me-up {
color: #f8d559;
}
.vanilla-pudding {
color: #f8e66d;
}
.corn {
color: #f9f15d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--wake-me-up:#f8d559;
--vanilla-pudding:#f8e66d;
--corn:#f9f15d;
}