Paleta de colores Maroon Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Maroon Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Maroon Elegance

/* 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 del degradado de fondo 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);
}

Paletas de colores similares

Maroon Elegance color palette created on .