Skin Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skin Tones palette

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

Skin Tones カラー パレット PNG 画像

Download skin tones color palette PNG image (landscape)
Download skin tones color palette PNG image (square)

Skin Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d5cf;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d89c7d;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #5b382a;
}

/* CSS Variables */
:root {
--color-1: #f7d5cf;
--color-2: #e4b5a0;
--color-3: #d89c7d;
--color-4: #a86b4d;
--color-5: #5b382a;
}

Skin Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}

似たようなカラーパレット

下にスクロールして4個のスキンカラーパレットを探索しましょう

Skin Tones color palette created on .