Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e0;
}
.blush-hour {
color: #ff7092;
}
.reddish-pink {
color: #ff2e54;
}
.raspberry-sorbet {
color: #d83b68;
}
.daylight-lilac {
color: #a386b6;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e0;
--blush-hour:#ff7092;
--reddish-pink:#ff2e54;
--raspberry-sorbet:#d83b68;
--daylight-lilac:#a386b6;
}