Thorgedorf Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Thorgedorf Sunset palette

Share this palette to:

Thorgedorf Sunset color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d2e;
--color-3: #ff9d00;
--color-4: #ffb84d;
--color-5: #ff4d4f;
}

Thorgedorf Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d2e, #ff9d00, #ffb84d, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d2e, #ff9d00, #ffb84d, #ff4d4f);
}

Thorgedorf Sunset color palette created on .