Umbreon Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Umbreon Night palette

Share this palette to:

Umbreon Night color palette CSS

/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #2e2e5c;
}
.color-3 {
color: #4c4c90;
}
.color-4 {
color: #6d6d9c;
}
.color-5 {
color: #c2c2c2;
}

/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #2e2e5c;
--color-3: #4c4c90;
--color-4: #6d6d9c;
--color-5: #c2c2c2;
}

Umbreon Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #2e2e5c, #4c4c90, #6d6d9c, #c2c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #2e2e5c, #4c4c90, #6d6d9c, #c2c2c2);
}

Umbreon Night color palette created on .