Autumn Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Elegance palette

Share this palette to:

Autumn Elegance color palette CSS

/* CSS */
.color-1 {
color: #81d9d9;
}
.color-2 {
color: #c1ebec;
}
.color-3 {
color: #ffdbdb;
}
.color-4 {
color: #ffc7e2;
}
.color-5 {
color: #e490d3;
}

/* CSS Variables */
:root {
--color-1: #81d9d9;
--color-2: #c1ebec;
--color-3: #ffdbdb;
--color-4: #ffc7e2;
--color-5: #e490d3;
}

Autumn Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d9d9, #c1ebec, #ffdbdb, #ffc7e2, #e490d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d9d9, #c1ebec, #ffdbdb, #ffc7e2, #e490d3);
}

Similar color palettes

Autumn Elegance color palette created on .