Vital Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vital Essence palette

Share this palette to:

Vital Essence color palette PNG image

Download vital essence color palette PNG image (landscape)
Download vital essence color palette PNG image (square)

Vital Essence color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a52;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #c4e17f;
}
.color-5 {
color: #6fbe7f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a52;
--color-3: #ffcb5c;
--color-4: #c4e17f;
--color-5: #6fbe7f;
}

Vital Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a52, #ffcb5c, #c4e17f, #6fbe7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a52, #ffcb5c, #c4e17f, #6fbe7f);
}

Vital Essence color palette created on .