Color names in this palette
CSS code for this palette
/* CSS */
.sand-pearl {
color: #e6d5b7;
}
.silver-strawberry {
color: #f1c1c1;
}
.fruity-licious {
color: #f89191;
}
.calabrese {
color: #f1a8a2;
}
.miami-pink {
color: #f8c4d9;
}
/* CSS Variables */
:root {
--sand-pearl:#e6d5b7;
--silver-strawberry:#f1c1c1;
--fruity-licious:#f89191;
--calabrese:#f1a8a2;
--miami-pink:#f8c4d9;
}