Paleta de colores Crimson Autumn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Autumn palette

Compartir esta paleta en:

Descargar la paleta de colores Crimson Autumn (PNG)

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

CSS de la paleta de colores Crimson Autumn

/* 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 del degradado de fondo 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 .