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: #0d0d0d;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #707070;
}
.color-4 {
color: #a1a1a1;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #0d0d0d;
--color-2: #3b3b3b;
--color-3: #707070;
--color-4: #a1a1a1;
--color-5: #e6e6e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d0d0d, #3b3b3b, #707070, #a1a1a1, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d0d0d, #3b3b3b, #707070, #a1a1a1, #e6e6e6);
}

Shades of Gray color palette created on .