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: #f8f6f1;
}
.color-2 {
color: #e5d6c2;
}
.color-3 {
color: #d0b69a;
}
.color-4 {
color: #b6a26d;
}
.color-5 {
color: #a48c56;
}

/* CSS Variables */
:root {
--color-1: #f8f6f1;
--color-2: #e5d6c2;
--color-3: #d0b69a;
--color-4: #b6a26d;
--color-5: #a48c56;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f6f1, #e5d6c2, #d0b69a, #b6a26d, #a48c56);
}

Light Beige color palette created on .