Soft Skin Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Skin Shades palette

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

Soft Skin Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #f6c1a7;
}
.color-3 {
color: #f4d1c3;
}
.color-4 {
color: #e8b5a1;
}
.color-5 {
color: #d68a7a;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #f6c1a7;
--color-3: #f4d1c3;
--color-4: #e8b5a1;
--color-5: #d68a7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #f6c1a7, #f4d1c3, #e8b5a1, #d68a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #f6c1a7, #f4d1c3, #e8b5a1, #d68a7a);
}

Soft Skin Shades color palette created on .