Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d7;
}
.blush-hour {
color: #ff7092;
}
.raspberry-sorbet {
color: #d83b6d;
}
.cranberry-sauce {
color: #a93755;
}
.vistoris-lake {
color: #5c2d43;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d7;
--blush-hour:#ff7092;
--raspberry-sorbet:#d83b6d;
--cranberry-sauce:#a93755;
--vistoris-lake:#5c2d43;
}