Maroon Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Maroon Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Maroon Elegance

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

tavolozza dei colori Maroon Elegance CSS

/* CSS */
.color-1 {
color: #4a2b2b;
}
.color-2 {
color: #c1b3b3;
}
.color-3 {
color: #772c2c;
}
.color-4 {
color: #dfd2d2;
}
.color-5 {
color: #5b1010;
}

/* CSS Variables */
:root {
--color-1: #4a2b2b;
--color-2: #c1b3b3;
--color-3: #772c2c;
--color-4: #dfd2d2;
--color-5: #5b1010;
}

CSS con gradiente di sfondo Maroon Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2b, #c1b3b3, #772c2c, #dfd2d2, #5b1010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2b, #c1b3b3, #772c2c, #dfd2d2, #5b1010);
}

Maroon Elegance color palette created on .