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: #f7b32b;
}
.color-2 {
color: #d95d30;
}
.color-3 {
color: #be5b81;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #394f6a;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #d95d30;
--color-3: #be5b81;
--color-4: #6c5b80;
--color-5: #394f6a;
}

Autumn Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #d95d30, #be5b81, #6c5b80, #394f6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #d95d30, #be5b81, #6c5b80, #394f6a);
}

Autumn Reverie color palette created on .