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: #fcf0e9;
}
.color-2 {
color: #fae5db;
}
.color-3 {
color: #f7d4ca;
}
.color-4 {
color: #efbcae;
}
.color-5 {
color: #e5a094;
}

/* CSS Variables */
:root {
--color-1: #fcf0e9;
--color-2: #fae5db;
--color-3: #f7d4ca;
--color-4: #efbcae;
--color-5: #e5a094;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf0e9, #fae5db, #f7d4ca, #efbcae, #e5a094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf0e9, #fae5db, #f7d4ca, #efbcae, #e5a094);
}

Skin Tones color palette created on .