Elegy of Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegy of Elegance palette

Share this palette to:

Elegy of Elegance color palette CSS

/* CSS */
.color-1 {
color: #e1b7d4;
}
.color-2 {
color: #d3a6c7;
}
.color-3 {
color: #a38094;
}
.color-4 {
color: #a3c7d7;
}
.color-5 {
color: #f1e1a7;
}

/* CSS Variables */
:root {
--color-1: #e1b7d4;
--color-2: #d3a6c7;
--color-3: #a38094;
--color-4: #a3c7d7;
--color-5: #f1e1a7;
}

Elegy of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d4, #d3a6c7, #a38094, #a3c7d7, #f1e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d4, #d3a6c7, #a38094, #a3c7d7, #f1e1a7);
}

Elegy of Elegance color palette created on .