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