Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.punch {
color: #d54030;
}
.pansy-purple {
color: #7a1f4d;
}
.elegant-purple-gown {
color: #4d1c6d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--punch:#d54030;
--pansy-purple:#7a1f4d;
--elegant-purple-gown:#4d1c6d;
}