Paleta de colores Crown of Thorns

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crown of Thorns palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Crown of Thorns

Download crown of thorns color palette PNG image (landscape)
Download crown of thorns color palette PNG image (square)

CSS de la paleta de colores Crown of Thorns

/* CSS */
.color-1 {
color: #761e1e;
}
.color-2 {
color: #a65e5e;
}
.color-3 {
color: #d4a19b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #bfd4df;
}

/* CSS Variables */
:root {
--color-1: #761e1e;
--color-2: #a65e5e;
--color-3: #d4a19b;
--color-4: #f1c84b;
--color-5: #bfd4df;
}

CSS del degradado de fondo Crown of Thorns

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #761e1e, #a65e5e, #d4a19b, #f1c84b, #bfd4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #761e1e, #a65e5e, #d4a19b, #f1c84b, #bfd4df);
}

Crown of Thorns color palette created on .