Umbreon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Umbreon palette

Share this palette to:

Umbreon color palette CSS

/* CSS */
.color-1 {
color: #272845;
}
.color-2 {
color: #565876;
}
.color-3 {
color: #8083a3;
}
.color-4 {
color: #acadc3;
}
.color-5 {
color: #f2f2f3;
}

/* CSS Variables */
:root {
--color-1: #272845;
--color-2: #565876;
--color-3: #8083a3;
--color-4: #acadc3;
--color-5: #f2f2f3;
}

Umbreon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #272845, #565876, #8083a3, #acadc3, #f2f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #272845, #565876, #8083a3, #acadc3, #f2f2f3);
}

Umbreon color palette created on .