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: #ffdd57;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f47f1f;
}
.color-4 {
color: #f06c00;
}
.color-5 {
color: #e65000;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #f9a824;
--color-3: #f47f1f;
--color-4: #f06c00;
--color-5: #e65000;
}

Yellow Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #f9a824, #f47f1f, #f06c00, #e65000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #f9a824, #f47f1f, #f06c00, #e65000);
}

Yellow Sunshine color palette created on .