Light Yellow with Light Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Yellow with Light Blue palette

Share this palette to:

Light Yellow with Light Blue color palette CSS

/* CSS */
.color-1 {
color: #f7e54b;
}
.color-2 {
color: #a3c5e1;
}
.color-3 {
color: #a2d6e6;
}
.color-4 {
color: #f0b19e;
}
.color-5 {
color: #f2e8b0;
}

/* CSS Variables */
:root {
--color-1: #f7e54b;
--color-2: #a3c5e1;
--color-3: #a2d6e6;
--color-4: #f0b19e;
--color-5: #f2e8b0;
}

Light Yellow with Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e54b, #a3c5e1, #a2d6e6, #f0b19e, #f2e8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e54b, #a3c5e1, #a2d6e6, #f0b19e, #f2e8b0);
}

Light Yellow with Light Blue color palette created on .