Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2c59;
}
.antique-fuchsia {
color: #8e5d84;
}
.pink-power {
color: #d6b3d0;
}
.everblooming {
color: #f2cbb5;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--deep-plum:#4a2c59;
--antique-fuchsia:#8e5d84;
--pink-power:#d6b3d0;
--everblooming:#f2cbb5;
--noodles:#f9e3b4;
}