Autumn Kian Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Kian palette

Share this palette to:

Autumn Kian color palette CSS

/* CSS */
.color-1 {
color: #b06936;
}
.color-2 {
color: #dba057;
}
.color-3 {
color: #e6cd93;
}
.color-4 {
color: #aabf82;
}
.color-5 {
color: #7d5436;
}

/* CSS Variables */
:root {
--color-1: #b06936;
--color-2: #dba057;
--color-3: #e6cd93;
--color-4: #aabf82;
--color-5: #7d5436;
}

Autumn Kian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b06936, #dba057, #e6cd93, #aabf82, #7d5436);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b06936, #dba057, #e6cd93, #aabf82, #7d5436);
}

Autumn Kian color palette created on .