Paleta de colores Dark Red and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dark Red and Purple palette
CSS de la paleta de colores Dark Red and Purple
/* CSS */
.color-1 {
color: #9f332d;
}
.color-2 {
color: #7b1e3d;
}
.color-3 {
color: #b75c7f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #4b0c21;
}
/* CSS Variables */
:root {
--color-1: #9f332d;
--color-2: #7b1e3d;
--color-3: #b75c7f;
--color-4: #e74d3c;
--color-5: #4b0c21;
}
CSS del degradado de fondo Dark Red and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Gothic
Dark Red and Purple color palette created on .