Mountain Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mountain Meadow palette

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

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

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

Mountain Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #a4dab4;
}
.color-2 {
color: #f1e2b1;
}
.color-3 {
color: #d5c5a5;
}
.color-4 {
color: #c7b2a3;
}
.color-5 {
color: #b5d6e8;
}

/* CSS Variables */
:root {
--color-1: #a4dab4;
--color-2: #f1e2b1;
--color-3: #d5c5a5;
--color-4: #c7b2a3;
--color-5: #b5d6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dab4, #f1e2b1, #d5c5a5, #c7b2a3, #b5d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dab4, #f1e2b1, #d5c5a5, #c7b2a3, #b5d6e8);
}

Mountain Meadow color palette created on .