Crown of Thorns Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crown of Thorns palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Crown of Thorns

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

tavolozza dei colori Crown of Thorns CSS

/* 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 con gradiente di sfondo 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 .