Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.extreme-carrot {
color: #f86f30;
}
.dangerously-red {
color: #d93e36;
}
.cranberry {
color: #a30036;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--extreme-carrot:#f86f30;
--dangerously-red:#d93e36;
--cranberry:#a30036;
--true-purple:#6a2c90;
}