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: #ffffff;
}
.color-2 {
color: #ffe0e0;
}
.color-3 {
color: #5b5b8b;
}
.color-4 {
color: #3c3c5d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffe0e0;
--color-3: #5b5b8b;
--color-4: #3c3c5d;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffe0e0, #5b5b8b, #3c3c5d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffe0e0, #5b5b8b, #3c3c5d, #000000);
}

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

Shades of Gray color palette created on .