Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.tickled-pink {
color: #f2a6c2;
}
.bright-lilac {
color: #d78cf2;
}
.purple-sand {
color: #b9a6f2;
}
.legacy-blue {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--tickled-pink:#f2a6c2;
--bright-lilac:#d78cf2;
--purple-sand:#b9a6f2;
--legacy-blue:#9fc7e0;
}