Paleta de colores Vibrant Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Reverie palette
CSS de la paleta de colores Vibrant Reverie
/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #e65b89;
}
.color-5 {
color: #9c4ebc;
}
/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f9a94e;
--color-3: #f26969;
--color-4: #e65b89;
--color-5: #9c4ebc;
}
CSS del degradado de fondo Vibrant Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Brillante
Vibrant Reverie color palette created on .