Soft Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Yellow Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Soft Yellow color palette created on .