Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.calabrese {
color: #f1a8a2;
}
.botanical-tint {
color: #a7e2d5;
}
.wave-jumper {
color: #6c8e9d;
}
.beaded-blue {
color: #4b4c8b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--calabrese:#f1a8a2;
--botanical-tint:#a7e2d5;
--wave-jumper:#6c8e9d;
--beaded-blue:#4b4c8b;
}