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