Coral Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Autumn palette

Share this palette to:

Download Coral Autumn Color Palette (PNG)

Download coral autumn color palette PNG image (landscape)
Download coral autumn color palette PNG image (square)

Coral Autumn color palette CSS

/* CSS */
.color-1 {
color: #9a2d2f;
}
.color-2 {
color: #c86a6d;
}
.color-3 {
color: #d8a4a2;
}
.color-4 {
color: #f0b89e;
}
.color-5 {
color: #f5d0c7;
}

/* CSS Variables */
:root {
--color-1: #9a2d2f;
--color-2: #c86a6d;
--color-3: #d8a4a2;
--color-4: #f0b89e;
--color-5: #f5d0c7;
}

Coral Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2d2f, #c86a6d, #d8a4a2, #f0b89e, #f5d0c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2d2f, #c86a6d, #d8a4a2, #f0b89e, #f5d0c7);
}

Coral Autumn color palette created on .