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: #3d5a8f;
}
.color-2 {
color: #507d9b;
}
.color-3 {
color: #66a2b2;
}
.color-4 {
color: #c3e9d5;
}
.color-5 {
color: #f7d4b1;
}
/* CSS Variables */
:root {
--color-1: #3d5a8f;
--color-2: #507d9b;
--color-3: #66a2b2;
--color-4: #c3e9d5;
--color-5: #f7d4b1;
}
Blue Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a8f, #507d9b, #66a2b2, #c3e9d5, #f7d4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a8f, #507d9b, #66a2b2, #c3e9d5, #f7d4b1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Elegance color palette created on .