Paleta de colores Crimson Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Crimson Dreams

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

CSS de la paleta de colores Crimson Dreams

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #e03e4e;
}
.color-4 {
color: #f55b6d;
}
.color-5 {
color: #f8a5a6;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c92c3c;
--color-3: #e03e4e;
--color-4: #f55b6d;
--color-5: #f8a5a6;
}

CSS del degradado de fondo Crimson Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c92c3c, #e03e4e, #f55b6d, #f8a5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c92c3c, #e03e4e, #f55b6d, #f8a5a6);
}

Crimson Dreams color palette created on .