Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d72d2d;
}
.basketball {
color: #f26e31;
}
.chrome-yellow {
color: #faa700;
}
.super-saiyan {
color: #ffdd00;
}
.tobi-brown {
color: #4d1f1f;
}
/* CSS Variables */
:root {
--chi-gong:#d72d2d;
--basketball:#f26e31;
--chrome-yellow:#faa700;
--super-saiyan:#ffdd00;
--tobi-brown:#4d1f1f;
}