Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

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

Download shades of beige color palette PNG image (landscape)
Download shades of beige color palette PNG image (square)

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d8c4b1;
}
.color-3 {
color: #e4d1b9;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #b8a69d;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d8c4b1;
--color-3: #e4d1b9;
--color-4: #f3e5d8;
--color-5: #b8a69d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d8c4b1, #e4d1b9, #f3e5d8, #b8a69d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d8c4b1, #e4d1b9, #f3e5d8, #b8a69d);
}

Shades of Beige color palette created on .