Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.rosy-pink {
color: #f8688a;
}
.sweet-serenade {
color: #fbc6d5;
}
.mystic-tulip {
color: #f9b39f;
}
.strawberry-milkshake {
color: #d06d89;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--rosy-pink:#f8688a;
--sweet-serenade:#fbc6d5;
--mystic-tulip:#f9b39f;
--strawberry-milkshake:#d06d89;
}