Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d3;
}
.saira-red {
color: #ff9ebd;
}
.french-pink {
color: #ff709d;
}
.raspberry-shortcake {
color: #ff3d8b;
}
.framboise {
color: #e6005c;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d3;
--saira-red:#ff9ebd;
--french-pink:#ff709d;
--raspberry-shortcake:#ff3d8b;
--framboise:#e6005c;
}