Snowy Mountain カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Snowy Mountain palette

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

Snowy Mountain カラー パレット PNG 画像

Download snowy mountain color palette PNG image (landscape)
Download snowy mountain color palette PNG image (square)

Snowy Mountain カラーパレット CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #e2f3f8;
}
.color-3 {
color: #f5f9f9;
}
.color-4 {
color: #f7d7a1;
}
.color-5 {
color: #b4c879;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #e2f3f8;
--color-3: #f5f9f9;
--color-4: #f7d7a1;
--color-5: #b4c879;
}

Snowy Mountain の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #e2f3f8, #f5f9f9, #f7d7a1, #b4c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #e2f3f8, #f5f9f9, #f7d7a1, #b4c879);
}

Snowy Mountain color palette created on .