Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.safflower {
color: #fdad44;
}
.ornery-tangerine {
color: #f77a22;
}
.chin-chin-cherry {
color: #d83155;
}
.blue-magenta-violet {
color: #592d8f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--safflower:#fdad44;
--ornery-tangerine:#f77a22;
--chin-chin-cherry:#d83155;
--blue-magenta-violet:#592d8f;
}