Color names in this palette
CSS code for this palette
/* CSS */
.z-rich-blue {
color: #1f8dd6;
}
.high-blue {
color: #4ab3e8;
}
.aquamarine-blue {
color: #76d4e5;
}
.gentle-giant {
color: #b3eae2;
}
.warm-turbulence {
color: #f3f6df;
}
/* CSS Variables */
:root {
--z-rich-blue:#1f8dd6;
--high-blue:#4ab3e8;
--aquamarine-blue:#76d4e5;
--gentle-giant:#b3eae2;
--warm-turbulence:#f3f6df;
}