Orange Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Sunshine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Orange Sunshine Color Palette (PNG)
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);
}
Similar color palettes
Orange Sunshine color palette created on .