Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.summer-citrus {
color: #f67d2c;
}
.war-paint-red {
color: #d74c19;
}
.scarlet-ribbons {
color: #a5314a;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--summer-citrus:#f67d2c;
--war-paint-red:#d74c19;
--scarlet-ribbons:#a5314a;
--true-purple:#6a2c90;
}