Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.shocking-orange {
color: #ff6d1f;
}
.marigold {
color: #ffc105;
}
.hollandaise {
color: #ffec3d;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--shocking-orange:#ff6d1f;
--marigold:#ffc105;
--hollandaise:#ffec3d;
--sasquatch-socks:#ff4281;
}