Color names in this palette
CSS code for this palette
/* CSS */
.nymph-s-delight {
color: #7e6b8e;
}
.dechala-lilac {
color: #b69dcd;
}
.in-the-pink {
color: #f2c5d3;
}
.forsythia-blossom {
color: #f8d56d;
}
.hot-coral {
color: #f25d50;
}
/* CSS Variables */
:root {
--nymph-s-delight:#7e6b8e;
--dechala-lilac:#b69dcd;
--in-the-pink:#f2c5d3;
--forsythia-blossom:#f8d56d;
--hot-coral:#f25d50;
}