Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.light-orchid {
color: #e2a6d4;
}
.spring-wisteria {
color: #d09ee0;
}
.radar {
color: #b8cae5;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--light-orchid:#e2a6d4;
--spring-wisteria:#d09ee0;
--radar:#b8cae5;
--hot-aquarelle-pink:#ffb3e4;
}