Shades of Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gray palette

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

Shades of Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #e5e7eb;
}
.color-2 {
color: #d1d5db;
}
.color-3 {
color: #a1a1aa;
}
.color-4 {
color: #6b7280;
}
.color-5 {
color: #4b5563;
}

/* CSS Variables */
:root {
--color-1: #e5e7eb;
--color-2: #d1d5db;
--color-3: #a1a1aa;
--color-4: #6b7280;
--color-5: #4b5563;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e7eb, #d1d5db, #a1a1aa, #6b7280, #4b5563);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e7eb, #d1d5db, #a1a1aa, #6b7280, #4b5563);
}

Shades of Gray color palette created on .