Paleta de colores Blue Yellow Gradient

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Yellow Gradient palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Yellow Gradient

Download blue yellow gradient color palette PNG image (landscape)
Download blue yellow gradient color palette PNG image (square)

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);
}

Blue Yellow Gradient color palette created on .