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: #ffd342;
}
.color-2 {
color: #ff7f66;
}
.color-3 {
color: #dc2e5f;
}
.color-4 {
color: #b82e65;
}
.color-5 {
color: #8c3172;
}

/* CSS Variables */
:root {
--color-1: #ffd342;
--color-2: #ff7f66;
--color-3: #dc2e5f;
--color-4: #b82e65;
--color-5: #8c3172;
}

Esvelpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd342, #ff7f66, #dc2e5f, #b82e65, #8c3172);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd342, #ff7f66, #dc2e5f, #b82e65, #8c3172);
}

Esvelpis color palette created on .