Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.bellini-fizz {
color: #f7c98d;
}
.marsh-mist {
color: #e8e1a1;
}
.french-pass {
color: #a3d5e0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--bellini-fizz:#f7c98d;
--marsh-mist:#e8e1a1;
--french-pass:#a3d5e0;
--olympic-blue:#4b91e2;
}