Paleta de colores Vortex of Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vortex of Dreams palette
CSS de la paleta de colores Vortex of Dreams
/* CSS */
.color-1 {
color: #5b2c90;
}
.color-2 {
color: #a55eb5;
}
.color-3 {
color: #e5b8d1;
}
.color-4 {
color: #f7d78d;
}
.color-5 {
color: #f09c00;
}
/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #a55eb5;
--color-3: #e5b8d1;
--color-4: #f7d78d;
--color-5: #f09c00;
}
CSS del degradado de fondo Vortex of Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #a55eb5, #e5b8d1, #f7d78d, #f09c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #a55eb5, #e5b8d1, #f7d78d, #f09c00);
}
Paletas de colores similares
Vortex of Dreams color palette created on .