Autumn Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Blossoms palette

Share this palette to:

Autumn Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #e3a27d;
}
.color-3 {
color: #d68c61;
}
.color-4 {
color: #c86d3c;
}
.color-5 {
color: #b14425;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #e3a27d;
--color-3: #d68c61;
--color-4: #c86d3c;
--color-5: #b14425;
}

Autumn Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #e3a27d, #d68c61, #c86d3c, #b14425);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #e3a27d, #d68c61, #c86d3c, #b14425);
}

Autumn Blossoms color palette created on .