Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.tech-wave {
color: #4b7c9b;
}
.bermuda-blue {
color: #8bb1c1;
}
.arts-crafts-gold {
color: #f8c58b;
}
.benihi-red {
color: #f05038;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--tech-wave:#4b7c9b;
--bermuda-blue:#8bb1c1;
--arts-crafts-gold:#f8c58b;
--benihi-red:#f05038;
}