Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #791b2e;
}
.kabuki {
color: #a63a3e;
}
.pinkadelic {
color: #c85b5e;
}
.strawberry-ice {
color: #e88d90;
}
.sango-pink {
color: #f8b3af;
}
/* CSS Variables */
:root {
--seattle-red:#791b2e;
--kabuki:#a63a3e;
--pinkadelic:#c85b5e;
--strawberry-ice:#e88d90;
--sango-pink:#f8b3af;
}