Color names in this palette
CSS code for this palette
/* CSS */
.usafa-blue {
color: #004f9e;
}
.diva-blue {
color: #0078c2;
}
.lake-thun {
color: #4bb7e2;
}
.isabella-s-aqua {
color: #9dd8c7;
}
.laundry-white {
color: #f6f8f1;
}
/* CSS Variables */
:root {
--usafa-blue:#004f9e;
--diva-blue:#0078c2;
--lake-thun:#4bb7e2;
--isabella-s-aqua:#9dd8c7;
--laundry-white:#f6f8f1;
}