Esvelpis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Esvelpis palette

Share this palette to:

Esvelpis color palette PNG image

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

Esvelpis color palette CSS

/* CSS */
.color-1 {
color: #4b9b6f;
}
.color-2 {
color: #81b87f;
}
.color-3 {
color: #b0d090;
}
.color-4 {
color: #ebd594;
}
.color-5 {
color: #ed9a5e;
}

/* CSS Variables */
:root {
--color-1: #4b9b6f;
--color-2: #81b87f;
--color-3: #b0d090;
--color-4: #ebd594;
--color-5: #ed9a5e;
}

Esvelpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b6f, #81b87f, #b0d090, #ebd594, #ed9a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b6f, #81b87f, #b0d090, #ebd594, #ed9a5e);
}

Esvelpis color palette created on .