Paleta de colores Blue and Yellow Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue and Yellow Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Blue and Yellow Delight

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #85cdfa;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #85cdfa;
--color-3: #f0e78e;
--color-4: #ffec3d;
--color-5: #ffcc00;
}

CSS del degradado de fondo Blue and Yellow Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #85cdfa, #f0e78e, #ffec3d, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #85cdfa, #f0e78e, #ffec3d, #ffcc00);
}

Blue and Yellow Delight color palette created on .