Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f9c3e7;
}
.amaranth-pink {
color: #f39bba;
}
.power-peony {
color: #f25a8f;
}
.rosy-cheeks {
color: #df5371;
}
.azalea {
color: #d53f5a;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f9c3e7;
--amaranth-pink:#f39bba;
--power-peony:#f25a8f;
--rosy-cheeks:#df5371;
--azalea:#d53f5a;
}