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: #d2e8f4;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #7dc6d8;
}
.color-4 {
color: #3da5b3;
}
.color-5 {
color: #008a8f;
}
/* CSS Variables */
:root {
--color-1: #d2e8f4;
--color-2: #a3d7e0;
--color-3: #7dc6d8;
--color-4: #3da5b3;
--color-5: #008a8f;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e8f4, #a3d7e0, #7dc6d8, #3da5b3, #008a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e8f4, #a3d7e0, #7dc6d8, #3da5b3, #008a8f);
}
Similar color palettes
Shades of Blue color palette created on .