Paleta de colores Vibrant Mirage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Mirage palette
CSS de la paleta de colores Vibrant Mirage
/* CSS */
.color-1 {
color: #fbcb3c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #a59c9d;
}
.color-4 {
color: #d2b4e4;
}
.color-5 {
color: #6fbe8c;
}
/* CSS Variables */
:root {
--color-1: #fbcb3c;
--color-2: #ff6e61;
--color-3: #a59c9d;
--color-4: #d2b4e4;
--color-5: #6fbe8c;
}
CSS del degradado de fondo Vibrant Mirage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcb3c, #ff6e61, #a59c9d, #d2b4e4, #6fbe8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcb3c, #ff6e61, #a59c9d, #d2b4e4, #6fbe8c);
}
Paletas de colores similares
Vibrant Mirage color palette created on .