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