Soft Flesh カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Flesh palette
Soft Flesh カラーパレット CSS
/* CSS */
.color-1 {
color: #f2c5c6;
}
.color-2 {
color: #e3a6a1;
}
.color-3 {
color: #d78079;
}
.color-4 {
color: #c67d6c;
}
.color-5 {
color: #b4795f;
}
/* CSS Variables */
:root {
--color-1: #f2c5c6;
--color-2: #e3a6a1;
--color-3: #d78079;
--color-4: #c67d6c;
--color-5: #b4795f;
}
Soft Flesh の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5c6, #e3a6a1, #d78079, #c67d6c, #b4795f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5c6, #e3a6a1, #d78079, #c67d6c, #b4795f);
}
似たようなカラーパレット
Soft Flesh color palette created on .