Autumn Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Oasis palette

Share this palette to:

Autumn Oasis color palette CSS

/* CSS */
.color-1 {
color: #e9672b;
}
.color-2 {
color: #f1a655;
}
.color-3 {
color: #f1d58e;
}
.color-4 {
color: #a4d5c5;
}
.color-5 {
color: #5c8a8a;
}

/* CSS Variables */
:root {
--color-1: #e9672b;
--color-2: #f1a655;
--color-3: #f1d58e;
--color-4: #a4d5c5;
--color-5: #5c8a8a;
}

Autumn Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9672b, #f1a655, #f1d58e, #a4d5c5, #5c8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9672b, #f1a655, #f1d58e, #a4d5c5, #5c8a8a);
}

Autumn Oasis color palette created on .