Soft Skin Tone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Skin Tone palette

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

Soft Skin Tone カラー パレット PNG 画像

Download soft skin tone color palette PNG image (landscape)
Download soft skin tone color palette PNG image (square)

Soft Skin Tone カラーパレット CSS

/* CSS */
.color-1 {
color: #f2c1b5;
}
.color-2 {
color: #e8b5a1;
}
.color-3 {
color: #d89b8d;
}
.color-4 {
color: #c58972;
}
.color-5 {
color: #b1745d;
}

/* CSS Variables */
:root {
--color-1: #f2c1b5;
--color-2: #e8b5a1;
--color-3: #d89b8d;
--color-4: #c58972;
--color-5: #b1745d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c1b5, #e8b5a1, #d89b8d, #c58972, #b1745d);
}

Soft Skin Tone color palette created on .