Emberwood Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emberwood Elegance palette

Share this palette to:

Emberwood Elegance color palette CSS

/* CSS */
.color-1 {
color: #502d2b;
}
.color-2 {
color: #8c5a5a;
}
.color-3 {
color: #b8796b;
}
.color-4 {
color: #e8b1a1;
}
.color-5 {
color: #f5d1c2;
}

/* CSS Variables */
:root {
--color-1: #502d2b;
--color-2: #8c5a5a;
--color-3: #b8796b;
--color-4: #e8b1a1;
--color-5: #f5d1c2;
}

Emberwood Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502d2b, #8c5a5a, #b8796b, #e8b1a1, #f5d1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502d2b, #8c5a5a, #b8796b, #e8b1a1, #f5d1c2);
}

Emberwood Elegance color palette created on .