Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c3db;
}
.rogue-pink {
color: #f6a7c1;
}
.strawberry-shortcake {
color: #f78d99;
}
.fiery-flamingo {
color: #f76e7e;
}
.hot-coral {
color: #f65b55;
}
/* CSS Variables */
:root {
--sweetheart:#f3c3db;
--rogue-pink:#f6a7c1;
--strawberry-shortcake:#f78d99;
--fiery-flamingo:#f76e7e;
--hot-coral:#f65b55;
}