Shadowed Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shadowed Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shadowed Elegance

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

tavolozza dei colori Shadowed Elegance 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;
}

CSS con gradiente di sfondo Shadowed Elegance

/* 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 .