Soft Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Beige palette

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

Soft Beige カラーパレット (PNG) をダウンロード

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

Soft Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #e2c8a1;
}
.color-3 {
color: #d3b79c;
}
.color-4 {
color: #cda989;
}
.color-5 {
color: #beae97;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #e2c8a1;
--color-3: #d3b79c;
--color-4: #cda989;
--color-5: #beae97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #e2c8a1, #d3b79c, #cda989, #beae97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #e2c8a1, #d3b79c, #cda989, #beae97);
}

Soft Beige color palette created on .