Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a25d8d;
}
.daphne-rose {
color: #c67bb5;
}
.prettiest-pink {
color: #e3a5c7;
}
.cotton-candy-aesthetic {
color: #f4b8e2;
}
.errigal-white {
color: #f0eff5;
}
/* CSS Variables */
:root {
--thimble-red:#a25d8d;
--daphne-rose:#c67bb5;
--prettiest-pink:#e3a5c7;
--cotton-candy-aesthetic:#f4b8e2;
--errigal-white:#f0eff5;
}