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