Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.pink-fit {
color: #f6a2b2;
}
.flower-blossom-pink {
color: #f57a8b;
}
.highlighter-red {
color: #ec5158;
}
.tomato-puree {
color: #d1334e;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--pink-fit:#f6a2b2;
--flower-blossom-pink:#f57a8b;
--highlighter-red:#ec5158;
--tomato-puree:#d1334e;
}