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