Paleta de colores Shades of Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple palette
CSS de la paleta de colores Shades of Purple
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #2ecc70;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #ffb347;
--color-3: #ff6b6b;
--color-4: #ffcd29;
--color-5: #2ecc70;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #ffb347, #ff6b6b, #ffcd29, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #ffb347, #ff6b6b, #ffcd29, #2ecc70);
}
Paletas de colores similares
Shades of Purple color palette created on .