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: #6a65d2;
}
.color-2 {
color: #60a0d7;
}
.color-3 {
color: #6bd6b1;
}
.color-4 {
color: #f3e77c;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #6a65d2;
--color-2: #60a0d7;
--color-3: #6bd6b1;
--color-4: #f3e77c;
--color-5: #f5a524;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a65d2, #60a0d7, #6bd6b1, #f3e77c, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a65d2, #60a0d7, #6bd6b1, #f3e77c, #f5a524);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Shades of Blue color palette created on .