Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.orange-danger {
color: #e05e00;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.andrea-blue {
color: #4c7de6;
}
.yankees-blue {
color: #1f2942;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--orange-danger:#e05e00;
--heath-spotted-orchid:#a65e9e;
--andrea-blue:#4c7de6;
--yankees-blue:#1f2942;
}