Shades of Yellow and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow and Blue palette

Share this palette to:

Shades of Yellow and Blue color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c8a7;
}
.color-3 {
color: #f4e2cd;
}
.color-4 {
color: #8dd2e2;
}
.color-5 {
color: #4b8c9b;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c8a7;
--color-3: #f4e2cd;
--color-4: #8dd2e2;
--color-5: #4b8c9b;
}

Shades of Yellow and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c8a7, #f4e2cd, #8dd2e2, #4b8c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c8a7, #f4e2cd, #8dd2e2, #4b8c9b);
}

Shades of Yellow and Blue color palette created on .