Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.shocking-orange {
color: #ff6d1f;
}
.chi-gong {
color: #d22d2f;
}
.boat-house {
color: #4a8cbf;
}
.caspian-sea {
color: #4c7090;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--shocking-orange:#ff6d1f;
--chi-gong:#d22d2f;
--boat-house:#4a8cbf;
--caspian-sea:#4c7090;
}