Blue Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Harmony palette
Blue Harmony color palette CSS
/* CSS */
.color-1 {
color: #e6e3e8;
}
.color-2 {
color: #4b6b9b;
}
.color-3 {
color: #2b4564;
}
.color-4 {
color: #6f8fae;
}
.color-5 {
color: #b8c5e0;
}
/* CSS Variables */
:root {
--color-1: #e6e3e8;
--color-2: #4b6b9b;
--color-3: #2b4564;
--color-4: #6f8fae;
--color-5: #b8c5e0;
}
Blue Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e3e8, #4b6b9b, #2b4564, #6f8fae, #b8c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e3e8, #4b6b9b, #2b4564, #6f8fae, #b8c5e0);
}
Similar color palettes
Blue Harmony color palette created on .