Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.pink-chalk {
color: #f4a4bf;
}
.wonder-lust {
color: #f18ea0;
}
.highlighter-pink {
color: #f05c77;
}
.paradise-pink {
color: #e03e5c;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--pink-chalk:#f4a4bf;
--wonder-lust:#f18ea0;
--highlighter-pink:#f05c77;
--paradise-pink:#e03e5c;
}