Bright Skin Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Skin Tones palette

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

Bright Skin Tones カラー パレット PNG 画像

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

Bright Skin Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e8a;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffe0d1;
}
.color-5 {
color: #fff7f5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e8a;
--color-3: #ffb69e;
--color-4: #ffe0d1;
--color-5: #fff7f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e8a, #ffb69e, #ffe0d1, #fff7f5);
}

Bright Skin Tones color palette created on .