Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.lively-yellow {
color: #ffebb3;
}
.frozen-landscape {
color: #b3e0ff;
}
.light-mint {
color: #b3ffb3;
}
.strawberry-buttercream {
color: #ffb3ff;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--lively-yellow:#ffebb3;
--frozen-landscape:#b3e0ff;
--light-mint:#b3ffb3;
--strawberry-buttercream:#ffb3ff;
}