Dirty Snow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dirty Snow palette

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

Dirty Snow カラー パレット PNG 画像

Download dirty snow color palette PNG image (landscape)
Download dirty snow color palette PNG image (square)

Dirty Snow カラーパレット CSS

/* CSS */
.color-1 {
color: #d9d6c4;
}
.color-2 {
color: #b7b4a9;
}
.color-3 {
color: #a19b91;
}
.color-4 {
color: #907c6a;
}
.color-5 {
color: #695c49;
}

/* CSS Variables */
:root {
--color-1: #d9d6c4;
--color-2: #b7b4a9;
--color-3: #a19b91;
--color-4: #907c6a;
--color-5: #695c49;
}

Dirty Snow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d6c4, #b7b4a9, #a19b91, #907c6a, #695c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d6c4, #b7b4a9, #a19b91, #907c6a, #695c49);
}

Dirty Snow color palette created on .