Dark Blue Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Shadows palette

Share this palette to:

Dark Blue Shadows color palette PNG image

Download dark blue shadows color palette PNG image (landscape)
Download dark blue shadows color palette PNG image (square)

Dark Blue Shadows color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #5d5d6f;
}
.color-4 {
color: #7f7f90;
}
.color-5 {
color: #afafcf;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #5d5d6f;
--color-4: #7f7f90;
--color-5: #afafcf;
}

Dark Blue Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #5d5d6f, #7f7f90, #afafcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #5d5d6f, #7f7f90, #afafcf);
}

Dark Blue Shadows color palette created on .