Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1b4d8d;
}
.vermeer-blue {
color: #2b7bb1;
}
.lake-thun {
color: #4cb9e1;
}
.juzcar-blue {
color: #a1d9f7;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--olympian-blue:#1b4d8d;
--vermeer-blue:#2b7bb1;
--lake-thun:#4cb9e1;
--juzcar-blue:#a1d9f7;
--dr-white:#f8f9fc;
}