Shades of Blue and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Purple palette
Shades of Blue and Purple color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #4682b4;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #85cdfa;
}
.color-5 {
color: #add8e6;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4682b4;
--color-3: #00bfff;
--color-4: #85cdfa;
--color-5: #add8e6;
}
Shades of Blue and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4682b4, #00bfff, #85cdfa, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4682b4, #00bfff, #85cdfa, #add8e6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue and Purple color palette created on .