Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff9ebb;
}
.blush-hour {
color: #ff7092;
}
.raspberry-shortcake {
color: #ff3d8b;
}
.peevish-red {
color: #ff1a66;
}
.framboise {
color: #e6005c;
}
/* CSS Variables */
:root {
--saira-red:#ff9ebb;
--blush-hour:#ff7092;
--raspberry-shortcake:#ff3d8b;
--peevish-red:#ff1a66;
--framboise:#e6005c;
}