Shades of Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Grey palette

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

Shades of Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #7c7e7e;
}
.color-2 {
color: #a8a9a7;
}
.color-3 {
color: #c1c3c1;
}
.color-4 {
color: #e0e2df;
}
.color-5 {
color: #f6f8f6;
}

/* CSS Variables */
:root {
--color-1: #7c7e7e;
--color-2: #a8a9a7;
--color-3: #c1c3c1;
--color-4: #e0e2df;
--color-5: #f6f8f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}

Shades of Grey color palette created on .