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: #1a1a23;
}
.color-2 {
color: #404154;
}
.color-3 {
color: #716b8e;
}
.color-4 {
color: #afafc5;
}
.color-5 {
color: #f5f0ef;
}

/* CSS Variables */
:root {
--color-1: #1a1a23;
--color-2: #404154;
--color-3: #716b8e;
--color-4: #afafc5;
--color-5: #f5f0ef;
}

Umbreon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a23, #404154, #716b8e, #afafc5, #f5f0ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a23, #404154, #716b8e, #afafc5, #f5f0ef);
}

Umbreon color palette created on .