Color names in this palette
CSS code for this palette
/* CSS */
.amaranth {
color: #e071ac;
}
.pink-mimosa {
color: #f7b8a6;
}
.yellow-essence {
color: #fae3b7;
}
.lover-s-retreat {
color: #f2cfd9;
}
.mint-parfait {
color: #bde7bb;
}
/* CSS Variables */
:root {
--amaranth:#e071ac;
--pink-mimosa:#f7b8a6;
--yellow-essence:#fae3b7;
--lover-s-retreat:#f2cfd9;
--mint-parfait:#bde7bb;
}