Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f6bbc6;
}
.strawberry-shortcake {
color: #f9909a;
}
.flirty-salmon {
color: #f76e69;
}
.blood-burst {
color: #ff4d4d;
}
.pelati {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--christy-s-smile:#f6bbc6;
--strawberry-shortcake:#f9909a;
--flirty-salmon:#f76e69;
--blood-burst:#ff4d4d;
--pelati:#ff2e2e;
}