Soft Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Yellow palette
Download Soft Yellow Color Palette (PNG)
Soft Yellow color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f9c9a4;
}
.color-3 {
color: #fce4a6;
}
.color-4 {
color: #f8efa0;
}
.color-5 {
color: #f4d35d;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f9c9a4;
--color-3: #fce4a6;
--color-4: #f8efa0;
--color-5: #f4d35d;
}
Soft Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f9c9a4, #fce4a6, #f8efa0, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f9c9a4, #fce4a6, #f8efa0, #f4d35d);
}
Similar color palettes
Soft Yellow color palette created on .