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