Paleta de colores Vibrant Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Yellow palette
Descargar la paleta de colores Vibrant Yellow (PNG)
CSS de la paleta de colores Vibrant Yellow
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1f6d;
}
.color-5 {
color: #ff80bf;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #ff1f6d;
--color-5: #ff80bf;
}
CSS del degradado de fondo Vibrant Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff3c00, #ff1f6d, #ff80bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff3c00, #ff1f6d, #ff80bf);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Amarillo
Vibrant Yellow color palette created on .