Color names in this palette
CSS code for this palette
/* CSS */
.wind-blue {
color: #b2c9e0;
}
.frugal {
color: #a4d6b1;
}
.squash-blossom {
color: #f6b83c;
}
.calabrese {
color: #f0a5a3;
}
.slate-expectations {
color: #6e7f8c;
}
/* CSS Variables */
:root {
--wind-blue:#b2c9e0;
--frugal:#a4d6b1;
--squash-blossom:#f6b83c;
--calabrese:#f0a5a3;
--slate-expectations:#6e7f8c;
}