Paleta de colores Magical Purple and Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Magical Purple and Blue palette
CSS de la paleta de colores Magical Purple and Blue
/* CSS */
.color-1 {
color: #af2385;
}
.color-2 {
color: #833e89;
}
.color-3 {
color: #686fb1;
}
.color-4 {
color: #aca3dc;
}
.color-5 {
color: #c2c3e0;
}
/* CSS Variables */
:root {
--color-1: #af2385;
--color-2: #833e89;
--color-3: #686fb1;
--color-4: #aca3dc;
--color-5: #c2c3e0;
}
CSS del degradado de fondo Magical Purple and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}
Paletas de colores similares
Magical Purple and Blue color palette created on .