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