Blue Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Elegance palette
Blue Elegance color palette CSS
/* CSS */
.color-1 {
color: #3b5b9b;
}
.color-2 {
color: #4f90c4;
}
.color-3 {
color: #6fbfe2;
}
.color-4 {
color: #a0cfe9;
}
.color-5 {
color: #f2deb1;
}
/* CSS Variables */
:root {
--color-1: #3b5b9b;
--color-2: #4f90c4;
--color-3: #6fbfe2;
--color-4: #a0cfe9;
--color-5: #f2deb1;
}
Blue Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b9b, #4f90c4, #6fbfe2, #a0cfe9, #f2deb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b9b, #4f90c4, #6fbfe2, #a0cfe9, #f2deb1);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Elegance color palette created on .