Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f8d3d3;
}
.rose-mallow {
color: #f5a8c8;
}
.manga-pink {
color: #f5b7d7;
}
.think-pink {
color: #e6a3bf;
}
.daphne-rose {
color: #c57dbb;
}
/* CSS Variables */
:root {
--ballet:#f8d3d3;
--rose-mallow:#f5a8c8;
--manga-pink:#f5b7d7;
--think-pink:#e6a3bf;
--daphne-rose:#c57dbb;
}