Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.violet-kiss {
color: #f2a6d2;
}
.light-orchid {
color: #eba2d8;
}
.prettiest-pink {
color: #e59fc2;
}
.middle-purple {
color: #d585b3;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--violet-kiss:#f2a6d2;
--light-orchid:#eba2d8;
--prettiest-pink:#e59fc2;
--middle-purple:#d585b3;
}