Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

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

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f0e8;
}
.color-2 {
color: #e1c7b7;
}
.color-3 {
color: #d4b2a0;
}
.color-4 {
color: #cfad8c;
}
.color-5 {
color: #bfaf8d;
}

/* CSS Variables */
:root {
--color-1: #f8f0e8;
--color-2: #e1c7b7;
--color-3: #d4b2a0;
--color-4: #cfad8c;
--color-5: #bfaf8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f0e8, #e1c7b7, #d4b2a0, #cfad8c, #bfaf8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f0e8, #e1c7b7, #d4b2a0, #cfad8c, #bfaf8d);
}

Light Beige color palette created on .