Orange Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunset palette

Share this palette to:

Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #ffadad;
--color-5: #ff6b6b;
}

Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ff6d1f, #ffd900, #ffadad, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ff6d1f, #ffd900, #ffadad, #ff6b6b);
}

Orange Sunset color palette created on .