Whispers of Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Grey palette

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

Whispers of Grey カラーパレット (PNG) をダウンロード

Download whispers of grey color palette PNG image (landscape)
Download whispers of grey color palette PNG image (square)

Whispers of Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b3b3b3;
--color-3: #a6a6a6;
--color-4: #8c8c8c;
--color-5: #808080;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}

Whispers of Grey color palette created on .