Espeon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Espeon palette

Share this palette to:

Espeon color palette PNG image

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

Espeon color palette CSS

/* CSS */
.color-1 {
color: #b78dce;
}
.color-2 {
color: #c6a4df;
}
.color-3 {
color: #d7bff3;
}
.color-4 {
color: #e3afe4;
}
.color-5 {
color: #d77fbb;
}

/* CSS Variables */
:root {
--color-1: #b78dce;
--color-2: #c6a4df;
--color-3: #d7bff3;
--color-4: #e3afe4;
--color-5: #d77fbb;
}

Espeon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b78dce, #c6a4df, #d7bff3, #e3afe4, #d77fbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b78dce, #c6a4df, #d7bff3, #e3afe4, #d77fbb);
}

Espeon color palette created on .