Umbreon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Umbreon palette

Share this palette to:

Umbreon color palette PNG image

Download umbreon color palette PNG image (landscape)
Download umbreon color palette PNG image (square)

Umbreon color palette CSS

/* CSS */
.color-1 {
color: #1a1c23;
}
.color-2 {
color: #3f4555;
}
.color-3 {
color: #6f748b;
}
.color-4 {
color: #a8b1c2;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #1a1c23;
--color-2: #3f4555;
--color-3: #6f748b;
--color-4: #a8b1c2;
--color-5: #f2f2f2;
}

Umbreon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c23, #3f4555, #6f748b, #a8b1c2, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c23, #3f4555, #6f748b, #a8b1c2, #f2f2f2);
}

Umbreon color palette created on .