Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb3c2;
}
.garden-glory {
color: #ffc2cf;
}
.botanical-tint {
color: #a7e2d5;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--matt-pink:#ffb3c2;
--garden-glory:#ffc2cf;
--botanical-tint:#a7e2d5;
--zeus-purple:#690571;
}