Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blue-angels-yellow {
color: #fab700;
}
.young-green-onion {
color: #a4da4e;
}
.longing-for-nature {
color: #4c9e5d;
}
.nettle-green {
color: #2f4e2c;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blue-angels-yellow:#fab700;
--young-green-onion:#a4da4e;
--longing-for-nature:#4c9e5d;
--nettle-green:#2f4e2c;
}