Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d3;
}
.rogue-pink {
color: #f8a5c1;
}
.strawberry-pink {
color: #f56b7e;
}
.burning-tomato {
color: #e94e2f;
}
.tomato-queen {
color: #da3e1b;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d3;
--rogue-pink:#f8a5c1;
--strawberry-pink:#f56b7e;
--burning-tomato:#e94e2f;
--tomato-queen:#da3e1b;
}