Skin Tone Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skin Tone Shades palette

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

Skin Tone Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e2a8a2;
}
.color-3 {
color: #d5988b;
}
.color-4 {
color: #c78d6b;
}
.color-5 {
color: #a6715e;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e2a8a2;
--color-3: #d5988b;
--color-4: #c78d6b;
--color-5: #a6715e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e2a8a2, #d5988b, #c78d6b, #a6715e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e2a8a2, #d5988b, #c78d6b, #a6715e);
}

Skin Tone Shades color palette created on .