Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.red-orange {
color: #ff3b38;
}
.peevish-red {
color: #ff296d;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--red-orange:#ff3b38;
--peevish-red:#ff296d;
--heliotrope-magenta:#a400b3;
}