Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.pink-eraser {
color: #f29c9c;
}
.breeze-of-chilli {
color: #f76e6e;
}
.fever {
color: #eb4c4c;
}
.scarlet-beebalm {
color: #bd2e2e;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--pink-eraser:#f29c9c;
--breeze-of-chilli:#f76e6e;
--fever:#eb4c4c;
--scarlet-beebalm:#bd2e2e;
}