Autumn Sunset in Mullertown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Sunset in Mullertown palette

Share this palette to:

Autumn Sunset in Mullertown color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #e66b00;
}
.color-5 {
color: #d64f00;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f59b00;
--color-3: #f07c00;
--color-4: #e66b00;
--color-5: #d64f00;
}

Autumn Sunset in Mullertown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f59b00, #f07c00, #e66b00, #d64f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f59b00, #f07c00, #e66b00, #d64f00);
}

Autumn Sunset in Mullertown color palette created on .