Cyber Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Shadows palette

Share this palette to:

Cyber Shadows color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3a3c4b;
}
.color-3 {
color: #5a5d6c;
}
.color-4 {
color: #797b8b;
}
.color-5 {
color: #99a0a8;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3a3c4b;
--color-3: #5a5d6c;
--color-4: #797b8b;
--color-5: #99a0a8;
}

Cyber Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3a3c4b, #5a5d6c, #797b8b, #99a0a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3a3c4b, #5a5d6c, #797b8b, #99a0a8);
}

Similar color palettes

Cyber Shadows color palette created on .