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: #a33dbd;
}
.color-2 {
color: #cd60c2;
}
.color-3 {
color: #e78dc6;
}
.color-4 {
color: #f7b6d3;
}
.color-5 {
color: #fad1dd;
}
/* CSS Variables */
:root {
--color-1: #a33dbd;
--color-2: #cd60c2;
--color-3: #e78dc6;
--color-4: #f7b6d3;
--color-5: #fad1dd;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a33dbd, #cd60c2, #e78dc6, #f7b6d3, #fad1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a33dbd, #cd60c2, #e78dc6, #f7b6d3, #fad1dd);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Morado
Shades of Purple color palette created on .