Eltingville Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eltingville Elegance palette

Share this palette to:

Eltingville Elegance color palette CSS

/* CSS */
.color-1 {
color: #f2b231;
}
.color-2 {
color: #e67a33;
}
.color-3 {
color: #ca4d2b;
}
.color-4 {
color: #af2c4b;
}
.color-5 {
color: #6a2c90;
}

/* CSS Variables */
:root {
--color-1: #f2b231;
--color-2: #e67a33;
--color-3: #ca4d2b;
--color-4: #af2c4b;
--color-5: #6a2c90;
}

Eltingville Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b231, #e67a33, #ca4d2b, #af2c4b, #6a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b231, #e67a33, #ca4d2b, #af2c4b, #6a2c90);
}

Eltingville Elegance color palette created on .