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