Orange Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunrise palette

Share this palette to:

Orange Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffaa33;
}
.color-2 {
color: #ffcd57;
}
.color-3 {
color: #ffe0a3;
}
.color-4 {
color: #ff5900;
}
.color-5 {
color: #ff8e3d;
}

/* CSS Variables */
:root {
--color-1: #ffaa33;
--color-2: #ffcd57;
--color-3: #ffe0a3;
--color-4: #ff5900;
--color-5: #ff8e3d;
}

Orange Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaa33, #ffcd57, #ffe0a3, #ff5900, #ff8e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaa33, #ffcd57, #ffe0a3, #ff5900, #ff8e3d);
}

Orange Sunrise color palette created on .