Paleta de colores Red and Black Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red and Black Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Red and Black Elegance

/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #a34d4d;
}
.color-3 {
color: #c16c6c;
}
.color-4 {
color: #e0bdbd;
}
.color-5 {
color: #2d2b2a;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #a34d4d;
--color-3: #c16c6c;
--color-4: #e0bdbd;
--color-5: #2d2b2a;
}

CSS del degradado de fondo Red and Black Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #a34d4d, #c16c6c, #e0bdbd, #2d2b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #a34d4d, #c16c6c, #e0bdbd, #2d2b2a);
}

Red and Black Elegance color palette created on .