Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.otto-ice {
color: #c1e1d2;
}
.wood-avens {
color: #f9efae;
}
.endearment {
color: #ffd9a3;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--hot-aquarelle-pink:#ffb3e4;
--otto-ice:#c1e1d2;
--wood-avens:#f9efae;
--endearment:#ffd9a3;
}