Mountain Adventure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mountain Adventure palette

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

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

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

Mountain Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #6b7b6c;
}
.color-3 {
color: #9bb5a1;
}
.color-4 {
color: #e2d5a2;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #6b7b6c;
--color-3: #9bb5a1;
--color-4: #e2d5a2;
--color-5: #f0a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}

Mountain Adventure color palette created on .