Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d4e1;
}
.flyway {
color: #5faed8;
}
.azure-blue {
color: #4e8ec6;
}
.national-anthem {
color: #3e6e98;
}
.theatre-blue {
color: #1e4b7b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d4e1;
--flyway:#5faed8;
--azure-blue:#4e8ec6;
--national-anthem:#3e6e98;
--theatre-blue:#1e4b7b;
}