Color names in this palette
CSS code for this palette
/* CSS */
.fairy-wings {
color: #feecf3;
}
.mountain-laurel {
color: #f4c8d3;
}
.amaranth-pink {
color: #f29cbe;
}
.shadow-azalea-pink {
color: #e66b9c;
}
.pink-flambe {
color: #d64c7a;
}
/* CSS Variables */
:root {
--fairy-wings:#feecf3;
--mountain-laurel:#f4c8d3;
--amaranth-pink:#f29cbe;
--shadow-azalea-pink:#e66b9c;
--pink-flambe:#d64c7a;
}