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: #faa200;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f1df3b;
}
.color-4 {
color: #e8f7b1;
}
.color-5 {
color: #c2dfff;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #f6c80e;
--color-3: #f1df3b;
--color-4: #e8f7b1;
--color-5: #c2dfff;
}

Yellow Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #f6c80e, #f1df3b, #e8f7b1, #c2dfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #f6c80e, #f1df3b, #e8f7b1, #c2dfff);
}

Yellow Sunshine color palette created on .