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