Crown of Thorns Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crown of Thorns palette

Share this palette to:

Crown of Thorns color palette PNG image

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

Crown of Thorns color palette CSS

/* CSS */
.color-1 {
color: #6d2a27;
}
.color-2 {
color: #873836;
}
.color-3 {
color: #9a4e4c;
}
.color-4 {
color: #a65c59;
}
.color-5 {
color: #a6615e;
}

/* CSS Variables */
:root {
--color-1: #6d2a27;
--color-2: #873836;
--color-3: #9a4e4c;
--color-4: #a65c59;
--color-5: #a6615e;
}

Crown of Thorns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2a27, #873836, #9a4e4c, #a65c59, #a6615e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2a27, #873836, #9a4e4c, #a65c59, #a6615e);
}

Crown of Thorns color palette created on .