Elegant Evening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Evening palette

Share this palette to:

Elegant Evening color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d0b76c;
}
.color-3 {
color: #a86d5d;
}
.color-4 {
color: #6d4f78;
}
.color-5 {
color: #3d3946;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d0b76c;
--color-3: #a86d5d;
--color-4: #6d4f78;
--color-5: #3d3946;
}

Elegant Evening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d0b76c, #a86d5d, #6d4f78, #3d3946);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d0b76c, #a86d5d, #6d4f78, #3d3946);
}

Elegant Evening color palette created on .