Shades of Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gray palette

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

Shades of Gray カラー パレット PNG 画像

Download shades of gray color palette PNG image (landscape)
Download shades of gray color palette PNG image (square)

Shades of Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #1b0909;
}
.color-2 {
color: #361111;
}
.color-3 {
color: #80000f;
}
.color-4 {
color: #702424;
}
.color-5 {
color: #8c2c2c;
}

/* CSS Variables */
:root {
--color-1: #1b0909;
--color-2: #361111;
--color-3: #80000f;
--color-4: #702424;
--color-5: #8c2c2c;
}

Shades of Gray の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0909, #361111, #80000f, #702424, #8c2c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0909, #361111, #80000f, #702424, #8c2c2c);
}

Shades of Gray color palette created on .