Paleta de colores Vibrant Colors
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Colors palette
CSS de la paleta de colores Vibrant Colors
/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #6bff6b;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #ff4d4d;
--color-3: #6bff6b;
--color-4: #ffcc00;
--color-5: #ff6bb5;
}
CSS del degradado de fondo Vibrant Colors
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #ff4d4d, #6bff6b, #ffcc00, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #ff4d4d, #6bff6b, #ffcc00, #ff6bb5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Vibrant Colors color palette created on .