Color names in this palette
CSS code for this palette
/* CSS */
.coral-blossom {
color: #f6c1a2;
}
.snow-white-blush {
color: #f9aeae;
}
.violet-kiss {
color: #f6a2d6;
}
.light-shimmer {
color: #a7d2f6;
}
.fennel-flower {
color: #80a9f9;
}
/* CSS Variables */
:root {
--coral-blossom:#f6c1a2;
--snow-white-blush:#f9aeae;
--violet-kiss:#f6a2d6;
--light-shimmer:#a7d2f6;
--fennel-flower:#80a9f9;
}