Crimson Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Autumn palette

Share this palette to:

Crimson Autumn color palette PNG image

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

Crimson Autumn color palette CSS

/* CSS */
.color-1 {
color: #b00c1f;
}
.color-2 {
color: #dc4318;
}
.color-3 {
color: #e7931d;
}
.color-4 {
color: #f5b62e;
}
.color-5 {
color: #f6d788;
}

/* CSS Variables */
:root {
--color-1: #b00c1f;
--color-2: #dc4318;
--color-3: #e7931d;
--color-4: #f5b62e;
--color-5: #f6d788;
}

Crimson Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b00c1f, #dc4318, #e7931d, #f5b62e, #f6d788);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b00c1f, #dc4318, #e7931d, #f5b62e, #f6d788);
}

Crimson Autumn color palette created on .