Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-delight {
color: #f8bfd3;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.dream-setting {
color: #ff7ac1;
}
.stellar-strawberry {
color: #ff5c85;
}
.peevish-red {
color: #ff296d;
}
/* CSS Variables */
:root {
--dahlia-delight:#f8bfd3;
--hot-aquarelle-pink:#ffb3e0;
--dream-setting:#ff7ac1;
--stellar-strawberry:#ff5c85;
--peevish-red:#ff296d;
}