Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0af;
}
.new-clay {
color: #f1c0b6;
}
.star-magic {
color: #e5d7d8;
}
.light-blue-glint {
color: #a7d2e2;
}
.sail-away {
color: #5ab6e7;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0af;
--new-clay:#f1c0b6;
--star-magic:#e5d7d8;
--light-blue-glint:#a7d2e2;
--sail-away:#5ab6e7;
}