Dark Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Blue palette
Download Dark Blue Color Palette (PNG)
Dark Blue color palette CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #2c2f49;
}
.color-3 {
color: #4e5b79;
}
.color-4 {
color: #7b8c9d;
}
.color-5 {
color: #b6c8d8;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #2c2f49;
--color-3: #4e5b79;
--color-4: #7b8c9d;
--color-5: #b6c8d8;
}
Dark Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #2c2f49, #4e5b79, #7b8c9d, #b6c8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #2c2f49, #4e5b79, #7b8c9d, #b6c8d8);
}
Similar color palettes
Dark Blue color palette created on .