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