Shadowed Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadowed Elegance palette

Share this palette to:

Shadowed Elegance color palette PNG image

Download shadowed elegance color palette PNG image (landscape)
Download shadowed elegance color palette PNG image (square)

Shadowed Elegance color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #432423;
}
.color-3 {
color: #753f3e;
}
.color-4 {
color: #9a1919;
}
.color-5 {
color: #9b3d3b;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #432423;
--color-3: #753f3e;
--color-4: #9a1919;
--color-5: #9b3d3b;
}

Shadowed Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #432423, #753f3e, #9a1919, #9b3d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #432423, #753f3e, #9a1919, #9b3d3b);
}

Shadowed Elegance color palette created on .