Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.atlantic-gull {
color: #4a8eb5;
}
.bright-spark {
color: #76c0e5;
}
.highlighter-yellow {
color: #f6e33c;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--atlantic-gull:#4a8eb5;
--bright-spark:#76c0e5;
--highlighter-yellow:#f6e33c;
--honey-wax:#f9a824;
}