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