Paleta de colores Shades of Blue and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue and Purple palette
CSS de la paleta de colores Shades of Blue and Purple
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #4682b4;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #85cdfa;
}
.color-5 {
color: #add8e6;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4682b4;
--color-3: #00bfff;
--color-4: #85cdfa;
--color-5: #add8e6;
}
CSS del degradado de fondo Shades of Blue and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4682b4, #00bfff, #85cdfa, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4682b4, #00bfff, #85cdfa, #add8e6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Shades of Blue and Purple color palette created on .