Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.saira-red {
color: #ff99b8;
}
.french-pink {
color: #ff70a0;
}
.sasquatch-socks {
color: #ff4d85;
}
.retro-pink-pop {
color: #ff0073;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--saira-red:#ff99b8;
--french-pink:#ff70a0;
--sasquatch-socks:#ff4d85;
--retro-pink-pop:#ff0073;
}