Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.rose-mallow {
color: #f2a6c4;
}
.amaranth-pink {
color: #f29cbe;
}
.pop-that-gum {
color: #f26eb2;
}
.medium-pink {
color: #eb6093;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--rose-mallow:#f2a6c4;
--amaranth-pink:#f29cbe;
--pop-that-gum:#f26eb2;
--medium-pink:#eb6093;
}