Spring Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spring Orange palette

Share this palette to:

Spring Orange color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6eb48a;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #6eb48a;
--color-4: #a3d55d;
--color-5: #ff9900;
}

Spring Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #6eb48a, #a3d55d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #6eb48a, #a3d55d, #ff9900);
}

Spring Orange color palette created on .