Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.storm-lightning {
color: #f8e59b;
}
.song-of-summer {
color: #fce8b6;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--storm-lightning:#f8e59b;
--song-of-summer:#fce8b6;
}