Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b3a;
}
.lipstick-illusion {
color: #d66b6d;
}
.strawberry-smoothie {
color: #e59ea4;
}
.rose-reminder {
color: #f5c2c8;
}
.pink-tutu {
color: #f9e6e8;
}
/* CSS Variables */
:root {
--mars-red:#c52b3a;
--lipstick-illusion:#d66b6d;
--strawberry-smoothie:#e59ea4;
--rose-reminder:#f5c2c8;
--pink-tutu:#f9e6e8;
}