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: #f2d6c4;
}
.color-2 {
color: #e8b6a6;
}
.color-3 {
color: #d9a89b;
}
.color-4 {
color: #c58c7c;
}
.color-5 {
color: #a86d5d;
}

/* CSS Variables */
:root {
--color-1: #f2d6c4;
--color-2: #e8b6a6;
--color-3: #d9a89b;
--color-4: #c58c7c;
--color-5: #a86d5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d6c4, #e8b6a6, #d9a89b, #c58c7c, #a86d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d6c4, #e8b6a6, #d9a89b, #c58c7c, #a86d5d);
}

Skin Tones color palette created on .