Color names in this palette
CSS code for this palette
/* CSS */
.surf-the-web {
color: #1f3a7a;
}
.blue-odyssey {
color: #4d6b99;
}
.frozen-lake {
color: #7a9fb3;
}
.uninhibited {
color: #b3d1c5;
}
.cameleer {
color: #e3b05f;
}
/* CSS Variables */
:root {
--surf-the-web:#1f3a7a;
--blue-odyssey:#4d6b99;
--frozen-lake:#7a9fb3;
--uninhibited:#b3d1c5;
--cameleer:#e3b05f;
}