Orange Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunshine palette

Share this palette to:

Download Orange Sunshine Color Palette (PNG)

Download orange sunshine color palette PNG image (landscape)
Download orange sunshine color palette PNG image (square)

Orange Sunshine color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe59e;
}
.color-5 {
color: #ffda05;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9a1f;
--color-3: #ffb84d;
--color-4: #ffe59e;
--color-5: #ffda05;
}

Orange Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9a1f, #ffb84d, #ffe59e, #ffda05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9a1f, #ffb84d, #ffe59e, #ffda05);
}

Orange Sunshine color palette created on .