Shades of Flesh カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Flesh palette

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

Shades of Flesh カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d5b9;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d78b7f;
}
.color-4 {
color: #b76157;
}
.color-5 {
color: #a13c3a;
}

/* CSS Variables */
:root {
--color-1: #f8d5b9;
--color-2: #e2b8a1;
--color-3: #d78b7f;
--color-4: #b76157;
--color-5: #a13c3a;
}

Shades of Flesh の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5b9, #e2b8a1, #d78b7f, #b76157, #a13c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5b9, #e2b8a1, #d78b7f, #b76157, #a13c3a);
}

Shades of Flesh color palette created on .