Crown of Thorns カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crown of Thorns palette

このパレットを共有する先:

Crown of Thorns カラー パレット PNG 画像

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

Crown of Thorns カラーパレット 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 の背景のグラデーション 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 .