Normal Type Pokémon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Normal Type Pokémon palette

Share this palette to:

Normal Type Pokémon color palette CSS

/* CSS */
.color-1 {
color: #dbbe94;
}
.color-2 {
color: #c9a997;
}
.color-3 {
color: #f4cbc8;
}
.color-4 {
color: #efc0a9;
}
.color-5 {
color: #d6b0a4;
}

/* CSS Variables */
:root {
--color-1: #dbbe94;
--color-2: #c9a997;
--color-3: #f4cbc8;
--color-4: #efc0a9;
--color-5: #d6b0a4;
}

Normal Type Pokémon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbbe94, #c9a997, #f4cbc8, #efc0a9, #d6b0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbbe94, #c9a997, #f4cbc8, #efc0a9, #d6b0a4);
}

Normal Type Pokémon color palette created on .