Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.pink-fit {
color: #f5a3b4;
}
.god-s-own-junkyard-pink {
color: #f56b94;
}
.bara-red {
color: #ed5067;
}
.t-natiuh-red {
color: #d03e59;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--pink-fit:#f5a3b4;
--god-s-own-junkyard-pink:#f56b94;
--bara-red:#ed5067;
--t-natiuh-red:#d03e59;
}