Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d8;
}
.rogue-pink {
color: #f6a2c4;
}
.jellyfish-sting {
color: #f26987;
}
.rosy-cheeks {
color: #d94a6b;
}
.scarlet-apple {
color: #952d48;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d8;
--rogue-pink:#f6a2c4;
--jellyfish-sting:#f26987;
--rosy-cheeks:#d94a6b;
--scarlet-apple:#952d48;
}