Vexie Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vexie Sunset palette

Share this palette to:

Vexie Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #4ceb5c;
}
.color-5 {
color: #3e8cd0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa04d;
--color-3: #ffd942;
--color-4: #4ceb5c;
--color-5: #3e8cd0;
}

Vexie Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa04d, #ffd942, #4ceb5c, #3e8cd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa04d, #ffd942, #4ceb5c, #3e8cd0);
}

Vexie Sunset color palette created on .