Essence of Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Essence of Elegance palette

Share this palette to:

Essence of Elegance color palette CSS

/* CSS */
.color-1 {
color: #f5e4b2;
}
.color-2 {
color: #d1a8b4;
}
.color-3 {
color: #e8b5d4;
}
.color-4 {
color: #a27dc5;
}
.color-5 {
color: #704c90;
}

/* CSS Variables */
:root {
--color-1: #f5e4b2;
--color-2: #d1a8b4;
--color-3: #e8b5d4;
--color-4: #a27dc5;
--color-5: #704c90;
}

Essence of Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e4b2, #d1a8b4, #e8b5d4, #a27dc5, #704c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e4b2, #d1a8b4, #e8b5d4, #a27dc5, #704c90);
}

Essence of Elegance color palette created on .