Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.sweet-60 {
color: #f59eaf;
}
.flower-blossom-pink {
color: #f57f8d;
}
.pink-pepper {
color: #f15b6f;
}
.fever {
color: #e94e4e;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--sweet-60:#f59eaf;
--flower-blossom-pink:#f57f8d;
--pink-pepper:#f15b6f;
--fever:#e94e4e;
}