Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7d1c24;
}
.sweet-cherry {
color: #9e4c52;
}
.fresh-pink-lemonade {
color: #d1a8b6;
}
.sand-island {
color: #f4d1c3;
}
.tutu {
color: #f8e5e2;
}
/* CSS Variables */
:root {
--seattle-red:#7d1c24;
--sweet-cherry:#9e4c52;
--fresh-pink-lemonade:#d1a8b6;
--sand-island:#f4d1c3;
--tutu:#f8e5e2;
}