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: #f9d94e;
}
.color-2 {
color: #f5b656;
}
.color-3 {
color: #f39d39;
}
.color-4 {
color: #f07c28;
}
.color-5 {
color: #e05d29;
}
/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f5b656;
--color-3: #f39d39;
--color-4: #f07c28;
--color-5: #e05d29;
}
Sunny Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f5b656, #f39d39, #f07c28, #e05d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f5b656, #f39d39, #f07c28, #e05d29);
}
Similar color palettes
Sunny Yellow color palette created on .