Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b4074;
}
.zenith {
color: #497b9c;
}
.pearl-blue {
color: #77b5c5;
}
.across-the-bay {
color: #afe4e9;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--assault:#1b4074;
--zenith:#497b9c;
--pearl-blue:#77b5c5;
--across-the-bay:#afe4e9;
--everlasting-ice:#f5fafa;
}