Shades of Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gray palette

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

Shades of Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #5d5a68;
}
.color-2 {
color: #7f7b8a;
}
.color-3 {
color: #a1a1a5;
}
.color-4 {
color: #c3c1c7;
}
.color-5 {
color: #e4e2e4;
}

/* CSS Variables */
:root {
--color-1: #5d5a68;
--color-2: #7f7b8a;
--color-3: #a1a1a5;
--color-4: #c3c1c7;
--color-5: #e4e2e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5a68, #7f7b8a, #a1a1a5, #c3c1c7, #e4e2e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5a68, #7f7b8a, #a1a1a5, #c3c1c7, #e4e2e4);
}

Shades of Gray color palette created on .