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: #f0a800;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #ffdd00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c400;
--color-3: #ffd500;
--color-4: #ffea00;
--color-5: #ffdd00;
}

Yellow Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c400, #ffd500, #ffea00, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c400, #ffd500, #ffea00, #ffdd00);
}

Yellow Sunshine color palette created on .