Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #eab7b3;
}
.chic-peach {
color: #f1cfc6;
}
.peach-rose {
color: #f6e3d5;
}
.athena-pink {
color: #e9b4c3;
}
.sweet-perfume {
color: #d39cb9;
}
/* CSS Variables */
:root {
--beauty-bush:#eab7b3;
--chic-peach:#f1cfc6;
--peach-rose:#f6e3d5;
--athena-pink:#e9b4c3;
--sweet-perfume:#d39cb9;
}