Paleta de colores Dark Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dark Red palette
CSS de la paleta de colores Dark Red
/* CSS */
.color-1 {
color: #492c2e;
}
.color-2 {
color: #7b4c4e;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #c2a780;
}
.color-5 {
color: #e0e1b7;
}
/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #7b4c4e;
--color-3: #a86c5d;
--color-4: #c2a780;
--color-5: #e0e1b7;
}
CSS del degradado de fondo Dark Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #7b4c4e, #a86c5d, #c2a780, #e0e1b7);
}
Paletas de colores similares
Dark Red color palette created on .