Autumnal Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumnal Delight palette

Share this palette to:

Autumnal Delight color palette CSS

/* CSS */
.color-1 {
color: #ffc0a3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95c26;
}
.color-4 {
color: #a73a25;
}
.color-5 {
color: #5b2a29;
}

/* CSS Variables */
:root {
--color-1: #ffc0a3;
--color-2: #ff6e61;
--color-3: #d95c26;
--color-4: #a73a25;
--color-5: #5b2a29;
}

Autumnal Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc0a3, #ff6e61, #d95c26, #a73a25, #5b2a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc0a3, #ff6e61, #d95c26, #a73a25, #5b2a29);
}

Autumnal Delight color palette created on .