Orange Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunshine palette

Share this palette to:

Orange Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f96f1f;
}
.color-2 {
color: #fab429;
}
.color-3 {
color: #f3d149;
}
.color-4 {
color: #e0f778;
}
.color-5 {
color: #b4f1b1;
}

/* CSS Variables */
:root {
--color-1: #f96f1f;
--color-2: #fab429;
--color-3: #f3d149;
--color-4: #e0f778;
--color-5: #b4f1b1;
}

Orange Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f96f1f, #fab429, #f3d149, #e0f778, #b4f1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f96f1f, #fab429, #f3d149, #e0f778, #b4f1b1);
}

Orange Sunshine color palette created on .