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