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