Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3a6f;
}
.muted-blue {
color: #3c6f9f;
}
.blue-brocade {
color: #6cb9d0;
}
.blockchain-gold {
color: #e9bb4e;
}
.chinese-orange {
color: #f76e40;
}
/* CSS Variables */
:root {
--assault:#1b3a6f;
--muted-blue:#3c6f9f;
--blue-brocade:#6cb9d0;
--blockchain-gold:#e9bb4e;
--chinese-orange:#f76e40;
}