Paleta de colores Shades of Purple and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple and Blue palette
CSS de la paleta de colores Shades of Purple and Blue
/* CSS */
.color-1 {
color: #382d71;
}
.color-2 {
color: #414981;
}
.color-3 {
color: #6c466d;
}
.color-4 {
color: #846762;
}
.color-5 {
color: #9f6585;
}
/* CSS Variables */
:root {
--color-1: #382d71;
--color-2: #414981;
--color-3: #6c466d;
--color-4: #846762;
--color-5: #9f6585;
}
CSS del degradado de fondo Shades of Purple and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #382d71, #414981, #6c466d, #846762, #9f6585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #382d71, #414981, #6c466d, #846762, #9f6585);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Oscuro
Shades of Purple and Blue color palette created on .