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: #f9da6c;
}
.color-2 {
color: #f09c3d;
}
.color-3 {
color: #e64b3d;
}
.color-4 {
color: #8cb9e3;
}
.color-5 {
color: #599b8e;
}
/* CSS Variables */
:root {
--color-1: #f9da6c;
--color-2: #f09c3d;
--color-3: #e64b3d;
--color-4: #8cb9e3;
--color-5: #599b8e;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9da6c, #f09c3d, #e64b3d, #8cb9e3, #599b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9da6c, #f09c3d, #e64b3d, #8cb9e3, #599b8e);
}
Similar color palettes
Shades of Blue color palette created on .