Sonnets of Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sonnets of Autumn palette

Share this palette to:

Sonnets of Autumn color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d1ac5c;
}
.color-3 {
color: #b6663e;
}
.color-4 {
color: #7b2d30;
}
.color-5 {
color: #3b1c30;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1ac5c;
--color-3: #b6663e;
--color-4: #7b2d30;
--color-5: #3b1c30;
}

Sonnets of Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}

Sonnets of Autumn color palette created on .