Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #7d1c2c;
}
.knockout {
color: #bf2b2e;
}
.strawberry-avalanche {
color: #f0523d;
}
.yellow-sea {
color: #f99f39;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--seattle-red:#7d1c2c;
--knockout:#bf2b2e;
--strawberry-avalanche:#f0523d;
--yellow-sea:#f99f39;
--marigold-dust:#f4cf3e;
}