Whispers of Autumn Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Sky palette

Share this palette to:

Whispers of Autumn Sky color palette CSS

/* CSS */
.color-1 {
color: #d1cdc2;
}
.color-2 {
color: #e3ac78;
}
.color-3 {
color: #74a1dc;
}
.color-4 {
color: #ae9189;
}
.color-5 {
color: #877881;
}

/* CSS Variables */
:root {
--color-1: #d1cdc2;
--color-2: #e3ac78;
--color-3: #74a1dc;
--color-4: #ae9189;
--color-5: #877881;
}

Whispers of Autumn Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1cdc2, #e3ac78, #74a1dc, #ae9189, #877881);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1cdc2, #e3ac78, #74a1dc, #ae9189, #877881);
}

Similar color palettes

Scroll down to explore 1 Soft beige color palette

Whispers of Autumn Sky color palette created on .