Yellow Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

Share this palette to:

Yellow Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #f6d96f;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #fbc989;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #f6d96f;
--color-3: #f9e5a4;
--color-4: #fbc989;
--color-5: #f5a300;
}

Yellow Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #f6d96f, #f9e5a4, #fbc989, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #f6d96f, #f9e5a4, #fbc989, #f5a300);
}

Yellow Sunshine color palette created on .