Skin Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skin Tones palette

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

Skin Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c5a0;
}
.color-2 {
color: #e0b89a;
}
.color-3 {
color: #d4a58c;
}
.color-4 {
color: #c19b7b;
}
.color-5 {
color: #b68e6d;
}

/* CSS Variables */
:root {
--color-1: #f3c5a0;
--color-2: #e0b89a;
--color-3: #d4a58c;
--color-4: #c19b7b;
--color-5: #b68e6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5a0, #e0b89a, #d4a58c, #c19b7b, #b68e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5a0, #e0b89a, #d4a58c, #c19b7b, #b68e6d);
}

Skin Tones color palette created on .