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