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