Autumn Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Dreams palette

Share this palette to:

Autumn Dreams color palette CSS

/* CSS */
.color-1 {
color: #ebb08e;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #f4a443;
}
.color-4 {
color: #e76a40;
}
.color-5 {
color: #d55b39;
}

/* CSS Variables */
:root {
--color-1: #ebb08e;
--color-2: #f2b75f;
--color-3: #f4a443;
--color-4: #e76a40;
--color-5: #d55b39;
}

Autumn Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebb08e, #f2b75f, #f4a443, #e76a40, #d55b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebb08e, #f2b75f, #f4a443, #e76a40, #d55b39);
}

Autumn Dreams color palette created on .