Paleta de colores Shades of Violet and Black
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Violet and Black palette
CSS de la paleta de colores Shades of Violet and Black
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #5d4a82;
}
.color-3 {
color: #8b5c99;
}
.color-4 {
color: #b9a5d9;
}
.color-5 {
color: #d1c7e1;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #5d4a82;
--color-3: #8b5c99;
--color-4: #b9a5d9;
--color-5: #d1c7e1;
}
CSS del degradado de fondo Shades of Violet and Black
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}
Paletas de colores similares
Shades of Violet and Black color palette created on .