Soft Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Yellow palette

Share this palette to:

Soft Yellow color palette CSS

/* CSS */
.color-1 {
color: #f6a579;
}
.color-2 {
color: #f4c65d;
}
.color-3 {
color: #f0e34c;
}
.color-4 {
color: #c5e67a;
}
.color-5 {
color: #8ad9e5;
}

/* CSS Variables */
:root {
--color-1: #f6a579;
--color-2: #f4c65d;
--color-3: #f0e34c;
--color-4: #c5e67a;
--color-5: #8ad9e5;
}

Soft Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a579, #f4c65d, #f0e34c, #c5e67a, #8ad9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a579, #f4c65d, #f0e34c, #c5e67a, #8ad9e5);
}

Soft Yellow color palette created on .