Golden Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sunshine palette

Share this palette to:

Golden Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #fce388;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #fbaf3c;
--color-3: #ffb84d;
--color-4: #fce388;
--color-5: #f6e48e;
}

Golden Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #fbaf3c, #ffb84d, #fce388, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #fbaf3c, #ffb84d, #fce388, #f6e48e);
}

Golden Sunshine color palette created on .