Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.prettiest-pink {
color: #e0a3c9;
}
.pressed-flower {
color: #d590c1;
}
.daphne-rose {
color: #c57db0;
}
.bodacious {
color: #b05ea4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--prettiest-pink:#e0a3c9;
--pressed-flower:#d590c1;
--daphne-rose:#c57db0;
--bodacious:#b05ea4;
}