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