Warm Skin Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Skin Tones palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Warm Skin Tones カラーパレット (PNG) をダウンロード
Warm Skin Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f2d7c4;
}
.color-2 {
color: #e2a87e;
}
.color-3 {
color: #c87f5b;
}
.color-4 {
color: #a75a39;
}
.color-5 {
color: #803c23;
}
/* CSS Variables */
:root {
--color-1: #f2d7c4;
--color-2: #e2a87e;
--color-3: #c87f5b;
--color-4: #a75a39;
--color-5: #803c23;
}
Warm Skin Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7c4, #e2a87e, #c87f5b, #a75a39, #803c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7c4, #e2a87e, #c87f5b, #a75a39, #803c23);
}
似たようなカラーパレット
Warm Skin Tones color palette created on .