Shades of Green Skin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green Skin palette

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

Shades of Green Skin カラー パレット PNG 画像

Download shades of green skin color palette PNG image (landscape)
Download shades of green skin color palette PNG image (square)

Shades of Green Skin カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5d8;
}
.color-2 {
color: #c4b8a1;
}
.color-3 {
color: #a89b8a;
}
.color-4 {
color: #6c4f3d;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f3e5d8;
--color-2: #c4b8a1;
--color-3: #a89b8a;
--color-4: #6c4f3d;
--color-5: #000000;
}

Shades of Green Skin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d8, #c4b8a1, #a89b8a, #6c4f3d, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d8, #c4b8a1, #a89b8a, #6c4f3d, #000000);
}

Shades of Green Skin color palette created on .