Shades of Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gray palette

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

Shades of Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #333333;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #666666;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #333333;
--color-3: #4d4d4d;
--color-4: #666666;
--color-5: #808080;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #333333, #4d4d4d, #666666, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #333333, #4d4d4d, #666666, #808080);
}

Shades of Gray color palette created on .