Soft Skin Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Skin Tones palette
Soft Skin Tones カラー パレット PNG 画像
Soft Skin Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f1c8b7;
}
.color-2 {
color: #e6b7a7;
}
.color-3 {
color: #d29989;
}
.color-4 {
color: #c68976;
}
.color-5 {
color: #a86b6b;
}
/* CSS Variables */
:root {
--color-1: #f1c8b7;
--color-2: #e6b7a7;
--color-3: #d29989;
--color-4: #c68976;
--color-5: #a86b6b;
}
Soft Skin Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c8b7, #e6b7a7, #d29989, #c68976, #a86b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c8b7, #e6b7a7, #d29989, #c68976, #a86b6b);
}
似たようなカラーパレット
Soft Skin Tones color palette created on .