Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blush {
color: #fdf2f7;
}
.dolomite-crystal {
color: #fce8f4;
}
.jacaranda {
color: #fadbed;
}
.sparkling-pink {
color: #f7cfe4;
}
.starlet-pink {
color: #f0c1da;
}
/* CSS Variables */
:root {
--lavender-blush:#fdf2f7;
--dolomite-crystal:#fce8f4;
--jacaranda:#fadbed;
--sparkling-pink:#f7cfe4;
--starlet-pink:#f0c1da;
}