Paleta de colores Damien's Chill

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Damien's Chill palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Damien's Chill

Download damien's chill color palette PNG image (landscape)
Download damien's chill color palette PNG image (square)

CSS de la paleta de colores Damien's Chill

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e4965;
}
.color-3 {
color: #6b9e80;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e4965;
--color-3: #6b9e80;
--color-4: #ffb84d;
--color-5: #d8544f;
}

CSS del degradado de fondo Damien's Chill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}

Damien's Chill color palette created on .