Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.glitter-yellow {
color: #f9d75d;
}
.spring-yellow {
color: #f3e77c;
}
.fresh-frapp {
color: #e0e59f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--glitter-yellow:#f9d75d;
--spring-yellow:#f3e77c;
--fresh-frapp:#e0e59f;
}