Soft Greige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Greige palette

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

Soft Greige カラー パレット PNG 画像

Download soft greige color palette PNG image (landscape)
Download soft greige color palette PNG image (square)

Soft Greige カラーパレット CSS

/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #f5f0eb;
}
.color-5 {
color: #e6d5c1;
}

/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d5cec3;
--color-3: #f0e3d6;
--color-4: #f5f0eb;
--color-5: #e6d5c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d5cec3, #f0e3d6, #f5f0eb, #e6d5c1);
}

Soft Greige color palette created on .