Dark Grey and Light Blue Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Grey and Light Blue Harmony palette
Dark Grey and Light Blue Harmony color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #89b8e6;
}
.color-4 {
color: #d4e4f2;
}
.color-5 {
color: #f5f7fa;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #4b91e2;
--color-3: #89b8e6;
--color-4: #d4e4f2;
--color-5: #f5f7fa;
}
Dark Grey and Light Blue Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #4b91e2, #89b8e6, #d4e4f2, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #4b91e2, #89b8e6, #d4e4f2, #f5f7fa);
}
Similar color palettes
Dark Grey and Light Blue Harmony color palette created on .