Color names in this palette
CSS code for this palette
/* CSS */
.clear-vision {
color: #e7f2f9;
}
.celestial-light {
color: #c5dae7;
}
.blue-dam {
color: #a1c6d4;
}
.shakespeare {
color: #5f9db4;
}
.bering-wave {
color: #3a6d82;
}
/* CSS Variables */
:root {
--clear-vision:#e7f2f9;
--celestial-light:#c5dae7;
--blue-dam:#a1c6d4;
--shakespeare:#5f9db4;
--bering-wave:#3a6d82;
}