Paleta de colores Crimson Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Crimson Sunset

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

CSS de la paleta de colores Crimson Sunset

/* CSS */
.color-1 {
color: #661429;
}
.color-2 {
color: #8b1d3c;
}
.color-3 {
color: #a84d56;
}
.color-4 {
color: #c88c79;
}
.color-5 {
color: #f1b3a2;
}

/* CSS Variables */
:root {
--color-1: #661429;
--color-2: #8b1d3c;
--color-3: #a84d56;
--color-4: #c88c79;
--color-5: #f1b3a2;
}

CSS del degradado de fondo Crimson Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #661429, #8b1d3c, #a84d56, #c88c79, #f1b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #661429, #8b1d3c, #a84d56, #c88c79, #f1b3a2);
}

Crimson Sunset color palette created on .