Paleta de colores Purple and Pink Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple and Pink Elegance palette
CSS de la paleta de colores Purple and Pink Elegance
/* CSS */
.color-1 {
color: #683f88;
}
.color-2 {
color: #b25c9a;
}
.color-3 {
color: #ec5f70;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #fde94e;
}
/* CSS Variables */
:root {
--color-1: #683f88;
--color-2: #b25c9a;
--color-3: #ec5f70;
--color-4: #f4a462;
--color-5: #fde94e;
}
CSS del degradado de fondo Purple and Pink Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #683f88, #b25c9a, #ec5f70, #f4a462, #fde94e);
}
Paletas de colores similares
Purple and Pink Elegance color palette created on .