Soft Skin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Skin palette

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

Soft Skin カラーパレット (PNG) をダウンロード

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

Soft Skin カラーパレット CSS

/* CSS */
.color-1 {
color: #f4d7c3;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d8a29d;
}
.color-4 {
color: #c89b8d;
}
.color-5 {
color: #a86c67;
}

/* CSS Variables */
:root {
--color-1: #f4d7c3;
--color-2: #e2b8a1;
--color-3: #d8a29d;
--color-4: #c89b8d;
--color-5: #a86c67;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d7c3, #e2b8a1, #d8a29d, #c89b8d, #a86c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d7c3, #e2b8a1, #d8a29d, #c89b8d, #a86c67);
}

Soft Skin color palette created on .