Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f6bbd4;
}
.rose-mallow {
color: #f1a7c7;
}
.amaranth-pink {
color: #f29cba;
}
.pink-sherbet {
color: #f77e98;
}
.shell-pink {
color: #f57f7f;
}
/* CSS Variables */
:root {
--dahlia-delight:#f6bbd4;
--rose-mallow:#f1a7c7;
--amaranth-pink:#f29cba;
--pink-sherbet:#f77e98;
--shell-pink:#f57f7f;
}