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