Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b3a;
}
.blush-d-amour {
color: #e05c7d;
}
.sweet-60 {
color: #f3a0af;
}
.summer-cosmos {
color: #f9d2de;
}
.peach-breeze {
color: #ffebe5;
}
/* CSS Variables */
:root {
--mars-red:#c52b3a;
--blush-d-amour:#e05c7d;
--sweet-60:#f3a0af;
--summer-cosmos:#f9d2de;
--peach-breeze:#ffebe5;
}