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: #a0a0ba;
}
.color-2 {
color: #b4b4d9;
}
.color-3 {
color: #d1c1e1;
}
.color-4 {
color: #e8a1c8;
}
.color-5 {
color: #f26e6e;
}
/* CSS Variables */
:root {
--color-1: #a0a0ba;
--color-2: #b4b4d9;
--color-3: #d1c1e1;
--color-4: #e8a1c8;
--color-5: #f26e6e;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0a0ba, #b4b4d9, #d1c1e1, #e8a1c8, #f26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0a0ba, #b4b4d9, #d1c1e1, #e8a1c8, #f26e6e);
}
Paletas de colores similares
Shades of Purple color palette created on .