Color names in this palette
CSS code for this palette
/* CSS */
.off-yellow {
color: #f6f03c;
}
.shocking-orange {
color: #ff6d1f;
}
.lingonberry {
color: #ff1f5e;
}
.yale-blue {
color: #0b518e;
}
.beer-garden {
color: #4c9d2a;
}
/* CSS Variables */
:root {
--off-yellow:#f6f03c;
--shocking-orange:#ff6d1f;
--lingonberry:#ff1f5e;
--yale-blue:#0b518e;
--beer-garden:#4c9d2a;
}