Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d2;
}
.rubber-radish {
color: #ff99a1;
}
.kisses-and-hugs {
color: #ff667d;
}
.pressed-flower {
color: #d194b9;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d2;
--rubber-radish:#ff99a1;
--kisses-and-hugs:#ff667d;
--pressed-flower:#d194b9;
--zeus-purple:#690571;
}