Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #c3d6e9;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #68aad9;
}
.color-4 {
color: #398bc6;
}
.color-5 {
color: #1f6a98;
}
/* CSS Variables */
:root {
--color-1: #c3d6e9;
--color-2: #a3c7e0;
--color-3: #68aad9;
--color-4: #398bc6;
--color-5: #1f6a98;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d6e9, #a3c7e0, #68aad9, #398bc6, #1f6a98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d6e9, #a3c7e0, #68aad9, #398bc6, #1f6a98);
}
Similar color palettes
Shades of Blue color palette created on .