Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.zenith {
color: #497b9c;
}
.gentle-wind {
color: #aad2e9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.childhood-crush {
color: #e76f65;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--zenith:#497b9c;
--gentle-wind:#aad2e9;
--optimistic-yellow:#f4e1a4;
--childhood-crush:#e76f65;
}