Crimson Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Depths palette

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

Crimson Depths カラー パレット PNG 画像

Download crimson depths color palette PNG image (landscape)
Download crimson depths color palette PNG image (square)

Crimson Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #89343e;
}
.color-2 {
color: #692b34;
}
.color-3 {
color: #4d1f25;
}
.color-4 {
color: #2f1416;
}
.color-5 {
color: #160909;
}

/* CSS Variables */
:root {
--color-1: #89343e;
--color-2: #692b34;
--color-3: #4d1f25;
--color-4: #2f1416;
--color-5: #160909;
}

Crimson Depths の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89343e, #692b34, #4d1f25, #2f1416, #160909);
}

Crimson Depths color palette created on .