Soft Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Yellow palette

Share this palette to:

Download Soft Yellow Color Palette (PNG)

Download soft yellow color palette PNG image (landscape)
Download soft yellow color palette PNG image (square)

Soft Yellow color palette CSS

/* CSS */
.color-1 {
color: #dfae58;
}
.color-2 {
color: #f6c6a2;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #c4e3b0;
}

/* CSS Variables */
:root {
--color-1: #dfae58;
--color-2: #f6c6a2;
--color-3: #eab8d1;
--color-4: #b3a8d7;
--color-5: #c4e3b0;
}

Soft Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}

Soft Yellow color palette created on .