Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.beniukon-bronze {
color: #ff7e38;
}
.sasquatch-socks {
color: #ff4d7f;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--beniukon-bronze:#ff7e38;
--sasquatch-socks:#ff4d7f;
--reddish-pink:#ff2e54;
}