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