Color names in this palette
CSS code for this palette
/* CSS */
.misty-mountains {
color: #c1d2e6;
}
.clear-lake-trail {
color: #a6b8d9;
}
.razee {
color: #6f99c8;
}
.north-atlantic-breeze {
color: #3b74b5;
}
.olympian-blue {
color: #1e4f8a;
}
/* CSS Variables */
:root {
--misty-mountains:#c1d2e6;
--clear-lake-trail:#a6b8d9;
--razee:#6f99c8;
--north-atlantic-breeze:#3b74b5;
--olympian-blue:#1e4f8a;
}