Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.sasquatch-socks {
color: #ff4281;
}
.venetian-nights {
color: #7c4dff;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--sasquatch-socks:#ff4281;
--venetian-nights:#7c4dff;
}