Shades of Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Grey palette

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

Shades of Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #494143;
}
.color-2 {
color: #8d7c7c;
}
.color-3 {
color: #d3c0c0;
}
.color-4 {
color: #f2e8e8;
}
.color-5 {
color: #f9b9b9;
}

/* CSS Variables */
:root {
--color-1: #494143;
--color-2: #8d7c7c;
--color-3: #d3c0c0;
--color-4: #f2e8e8;
--color-5: #f9b9b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494143, #8d7c7c, #d3c0c0, #f2e8e8, #f9b9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494143, #8d7c7c, #d3c0c0, #f2e8e8, #f9b9b9);
}

Shades of Grey color palette created on .