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: #c64a15;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #a8e038;
}
.color-5 {
color: #3c9f4b;
}

/* CSS Variables */
:root {
--color-1: #c64a15;
--color-2: #f78d1d;
--color-3: #f9c54e;
--color-4: #a8e038;
--color-5: #3c9f4b;
}

Orange Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c64a15, #f78d1d, #f9c54e, #a8e038, #3c9f4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c64a15, #f78d1d, #f9c54e, #a8e038, #3c9f4b);
}

Orange Sunshine color palette created on .