Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.lavender-candy {
color: #fbb1d4;
}
.carousel-pink {
color: #f6dae0;
}
.snowdrift-glow {
color: #d4e5f2;
}
.windsor-way {
color: #a2c9e6;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--lavender-candy:#fbb1d4;
--carousel-pink:#f6dae0;
--snowdrift-glow:#d4e5f2;
--windsor-way:#a2c9e6;
}