Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.pink-fit {
color: #f1a7b1;
}
.ikkonzome-pink {
color: #f18e8f;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--pink-fit:#f1a7b1;
--ikkonzome-pink:#f18e8f;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}