Paleta de colores Enchanted Aviary
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Enchanted Aviary palette
CSS de la paleta de colores Enchanted Aviary
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #1fb2aa;
}
.color-5 {
color: #ffb347;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #6a5bcd;
--color-3: #4682b4;
--color-4: #1fb2aa;
--color-5: #ffb347;
}
CSS del degradado de fondo Enchanted Aviary
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #6a5bcd, #4682b4, #1fb2aa, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #6a5bcd, #4682b4, #1fb2aa, #ffb347);
}
Paletas de colores similares
Enchanted Aviary color palette created on .