Sunny Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Yellow palette
Sunny Yellow color palette CSS
/* CSS */
.color-1 {
color: #fff7ad;
}
.color-2 {
color: #ffe98f;
}
.color-3 {
color: #ffd28f;
}
.color-4 {
color: #ffb9a3;
}
.color-5 {
color: #faaea8;
}
/* CSS Variables */
:root {
--color-1: #fff7ad;
--color-2: #ffe98f;
--color-3: #ffd28f;
--color-4: #ffb9a3;
--color-5: #faaea8;
}
Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
}
Similar color palettes
Scroll down to explore 90+ Yellow color palettes
Sunny Yellow color palette created on .