Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blue-angels-yellow {
color: #fab700;
}
.badass-grass {
color: #b0d85a;
}
.lush-paradise {
color: #2f7f33;
}
.dancing-sea {
color: #1a4e8e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blue-angels-yellow:#fab700;
--badass-grass:#b0d85a;
--lush-paradise:#2f7f33;
--dancing-sea:#1a4e8e;
}