Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f1c6d2;
}
.sweet-lilac {
color: #eab8d1;
}
.prettiest-pink {
color: #e6a2c4;
}
.prominent-pink {
color: #d89dc4;
}
.violet-whimsy {
color: #b590b6;
}
/* CSS Variables */
:root {
--desire-pink:#f1c6d2;
--sweet-lilac:#eab8d1;
--prettiest-pink:#e6a2c4;
--prominent-pink:#d89dc4;
--violet-whimsy:#b590b6;
}