Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6d0e4;
}
.rose-mallow {
color: #f5a3c7;
}
.sachet-pink {
color: #f08ebc;
}
.shadow-azalea-pink {
color: #e56c98;
}
.pink-flambe {
color: #d54d78;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6d0e4;
--rose-mallow:#f5a3c7;
--sachet-pink:#f08ebc;
--shadow-azalea-pink:#e56c98;
--pink-flambe:#d54d78;
}