Mellow Malachite カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mellow Malachite palette

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

Mellow Malachite カラー パレット PNG 画像

Download mellow malachite color palette PNG image (landscape)
Download mellow malachite color palette PNG image (square)

Mellow Malachite カラーパレット CSS

/* CSS */
.color-1 {
color: #398e6d;
}
.color-2 {
color: #4fbf9e;
}
.color-3 {
color: #a2e6b7;
}
.color-4 {
color: #d5f7b6;
}
.color-5 {
color: #f5f5b8;
}

/* CSS Variables */
:root {
--color-1: #398e6d;
--color-2: #4fbf9e;
--color-3: #a2e6b7;
--color-4: #d5f7b6;
--color-5: #f5f5b8;
}

Mellow Malachite の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #398e6d, #4fbf9e, #a2e6b7, #d5f7b6, #f5f5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #398e6d, #4fbf9e, #a2e6b7, #d5f7b6, #f5f5b8);
}

Mellow Malachite color palette created on .