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: #f6d13c;
}
.color-2 {
color: #f7a65e;
}
.color-3 {
color: #f8b36d;
}
.color-4 {
color: #f1c18e;
}
.color-5 {
color: #f3d7a0;
}
/* CSS Variables */
:root {
--color-1: #f6d13c;
--color-2: #f7a65e;
--color-3: #f8b36d;
--color-4: #f1c18e;
--color-5: #f3d7a0;
}
Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d13c, #f7a65e, #f8b36d, #f1c18e, #f3d7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d13c, #f7a65e, #f8b36d, #f1c18e, #f3d7a0);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunny Yellow color palette created on .