Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.hot-aquarelle-pink {
color: #f9b4de;
}
.rogue-pink {
color: #f6a2c6;
}
.fruit-shake {
color: #f39d8c;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--hot-aquarelle-pink:#f9b4de;
--rogue-pink:#f6a2c6;
--fruit-shake:#f39d8c;
--meat:#f07f7f;
}