Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a3c9;
}
.laelia-pink {
color: #f6c6df;
}
.hopeful {
color: #f2d4e5;
}
.lavender-candy {
color: #ffb3d5;
}
.schauss-pink {
color: #ff8fb4;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a3c9;
--laelia-pink:#f6c6df;
--hopeful:#f2d4e5;
--lavender-candy:#ffb3d5;
--schauss-pink:#ff8fb4;
}