Skin Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skin Glow palette

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

Skin Glow カラー パレット PNG 画像

Download skin glow color palette PNG image (landscape)
Download skin glow color palette PNG image (square)

Skin Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1d1b1;
}
.color-2 {
color: #e7b5a2;
}
.color-3 {
color: #d6a08a;
}
.color-4 {
color: #c58e7d;
}
.color-5 {
color: #b87e6b;
}

/* CSS Variables */
:root {
--color-1: #f1d1b1;
--color-2: #e7b5a2;
--color-3: #d6a08a;
--color-4: #c58e7d;
--color-5: #b87e6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1b1, #e7b5a2, #d6a08a, #c58e7d, #b87e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1b1, #e7b5a2, #d6a08a, #c58e7d, #b87e6b);
}

Skin Glow color palette created on .