Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd4e0;
}
.soft-cashmere {
color: #f1b1d6;
}
.allspice {
color: #f4cca9;
}
.squash-blossom {
color: #f6b83c;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd4e0;
--soft-cashmere:#f1b1d6;
--allspice:#f4cca9;
--squash-blossom:#f6b83c;
--kacey-s-pink:#e94e77;
}