Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.antilles-blue {
color: #3b5b8c;
}
.cropper-blue {
color: #5c7a99;
}
.blue-bell {
color: #85b5d5;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--antilles-blue:#3b5b8c;
--cropper-blue:#5c7a99;
--blue-bell:#85b5d5;
--break-the-ice:#b2e0f0;
}