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: #9ee5ff;
}
.color-2 {
color: #78d6e2;
}
.color-3 {
color: #4ac8d9;
}
.color-4 {
color: #1ab9d5;
}
.color-5 {
color: #0098c7;
}
/* CSS Variables */
:root {
--color-1: #9ee5ff;
--color-2: #78d6e2;
--color-3: #4ac8d9;
--color-4: #1ab9d5;
--color-5: #0098c7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee5ff, #78d6e2, #4ac8d9, #1ab9d5, #0098c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee5ff, #78d6e2, #4ac8d9, #1ab9d5, #0098c7);
}
Similar color palettes
Shades of Blue color palette created on .