Sunny Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Orange palette

Share this palette to:

Sunny Orange color palette CSS

/* CSS */
.color-1 {
color: #ffdd57;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ff3c2e;
}
.color-4 {
color: #ff998a;
}
.color-5 {
color: #ffb59e;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff6933;
--color-3: #ff3c2e;
--color-4: #ff998a;
--color-5: #ffb59e;
}

Sunny Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff6933, #ff3c2e, #ff998a, #ffb59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff6933, #ff3c2e, #ff998a, #ffb59e);
}

Sunny Orange color palette created on .