Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2cf;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.frozen-landscape {
color: #b3e0ff;
}
.light-mint {
color: #b3ffb4;
}
.transparent-yellow {
color: #fff1a8;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2cf;
--hot-aquarelle-pink:#ffb3e0;
--frozen-landscape:#b3e0ff;
--light-mint:#b3ffb4;
--transparent-yellow:#fff1a8;
}