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: #a3d7e0;
}
.color-2 {
color: #4bb9d8;
}
.color-3 {
color: #00999e;
}
.color-4 {
color: #00787a;
}
.color-5 {
color: #005c59;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #4bb9d8;
--color-3: #00999e;
--color-4: #00787a;
--color-5: #005c59;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #4bb9d8, #00999e, #00787a, #005c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #4bb9d8, #00999e, #00787a, #005c59);
}
Similar color palettes
Shades of Blue color palette created on .