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