Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2a2b;
}
.shine-baby-shine {
color: #a25d6d;
}
.pink-slip {
color: #d48c8d;
}
.pensive-pink {
color: #eab6ae;
}
.mary-s-rose {
color: #f4d2d3;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2a2b;
--shine-baby-shine:#a25d6d;
--pink-slip:#d48c8d;
--pensive-pink:#eab6ae;
--mary-s-rose:#f4d2d3;
}