Warm Skin Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Skin Tones palette

このパレットを共有する先:

Warm Skin Tones カラーパレット (PNG) をダウンロード

Download warm skin tones color palette PNG image (landscape)
Download warm skin tones color palette PNG image (square)

Warm Skin Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #e8b48c;
}
.color-2 {
color: #f9d7a4;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #e8b48c;
--color-2: #f9d7a4;
--color-3: #ffcc66;
--color-4: #ff9b3d;
--color-5: #ff6e61;
}

Warm Skin Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b48c, #f9d7a4, #ffcc66, #ff9b3d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b48c, #f9d7a4, #ffcc66, #ff9b3d, #ff6e61);
}

Warm Skin Tones color palette created on .