Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.vanilla-pudding {
color: #f9e66c;
}
.malm-ff {
color: #a3d7ff;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--vanilla-pudding:#f9e66c;
--malm-ff:#a3d7ff;
--cerulean-frost:#6d9dc5;
}