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: #f5c32e;
}
.color-2 {
color: #fbcb46;
}
.color-3 {
color: #fbe26f;
}
.color-4 {
color: #fceaa6;
}
.color-5 {
color: #fbe8c1;
}

/* CSS Variables */
:root {
--color-1: #f5c32e;
--color-2: #fbcb46;
--color-3: #fbe26f;
--color-4: #fceaa6;
--color-5: #fbe8c1;
}

Esvelpis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c32e, #fbcb46, #fbe26f, #fceaa6, #fbe8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c32e, #fbcb46, #fbe26f, #fceaa6, #fbe8c1);
}

Esvelpis color palette created on .