Autumn Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Reverie palette

Share this palette to:

Autumn Reverie color palette CSS

/* CSS */
.color-1 {
color: #f8cb4f;
}
.color-2 {
color: #f37c20;
}
.color-3 {
color: #d53f3f;
}
.color-4 {
color: #8d5c9d;
}
.color-5 {
color: #4e97bc;
}

/* CSS Variables */
:root {
--color-1: #f8cb4f;
--color-2: #f37c20;
--color-3: #d53f3f;
--color-4: #8d5c9d;
--color-5: #4e97bc;
}

Autumn Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb4f, #f37c20, #d53f3f, #8d5c9d, #4e97bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb4f, #f37c20, #d53f3f, #8d5c9d, #4e97bc);
}

Autumn Reverie color palette created on .