Sunny Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Yellow palette

Share this palette to:

Sunny Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #f9b2a4;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9d86c;
--color-3: #f9e5a4;
--color-4: #f9b2a4;
--color-5: #f8a2a0;
}

Sunny Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9d86c, #f9e5a4, #f9b2a4, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9d86c, #f9e5a4, #f9b2a4, #f8a2a0);
}

Sunny Yellow color palette created on .