Shades of Skin and Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Skin and Green palette

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

Shades of Skin and Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d0a1;
}
.color-2 {
color: #c79c8f;
}
.color-3 {
color: #9f7f6f;
}
.color-4 {
color: #8ebe8e;
}
.color-5 {
color: #a6a9a2;
}

/* CSS Variables */
:root {
--color-1: #f2d0a1;
--color-2: #c79c8f;
--color-3: #9f7f6f;
--color-4: #8ebe8e;
--color-5: #a6a9a2;
}

Shades of Skin and Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d0a1, #c79c8f, #9f7f6f, #8ebe8e, #a6a9a2);
}

Shades of Skin and Green color palette created on .