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