Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a45b8d;
}
.bonny-belle {
color: #c98daa;
}
.prettiest-pink {
color: #e6a2c8;
}
.petal-plush {
color: #e0b2e6;
}
.little-bow-pink {
color: #d57c9a;
}
/* CSS Variables */
:root {
--cyclamen-red:#a45b8d;
--bonny-belle:#c98daa;
--prettiest-pink:#e6a2c8;
--petal-plush:#e0b2e6;
--little-bow-pink:#d57c9a;
}