Descent into Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Descent into Shadows palette

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

Descent into Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #bf4d31;
}
.color-2 {
color: #40403f;
}
.color-3 {
color: #242323;
}
.color-4 {
color: #212121;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #bf4d31;
--color-2: #40403f;
--color-3: #242323;
--color-4: #212121;
--color-5: #000000;
}

Descent into Shadows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf4d31, #40403f, #242323, #212121, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf4d31, #40403f, #242323, #212121, #000000);
}

似たようなカラーパレット

Descent into Shadows color palette created on .