Crimson Autumn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Autumn palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Crimson Autumn

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

tavolozza dei colori Crimson Autumn 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;
}

CSS con gradiente di sfondo Crimson Autumn

/* 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 .