Elegant Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Beige palette

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

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

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

Elegant Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f0c09e;
}
.color-2 {
color: #d4a38c;
}
.color-3 {
color: #b79b7b;
}
.color-4 {
color: #9c7e6d;
}
.color-5 {
color: #7b5e5b;
}

/* CSS Variables */
:root {
--color-1: #f0c09e;
--color-2: #d4a38c;
--color-3: #b79b7b;
--color-4: #9c7e6d;
--color-5: #7b5e5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c09e, #d4a38c, #b79b7b, #9c7e6d, #7b5e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c09e, #d4a38c, #b79b7b, #9c7e6d, #7b5e5b);
}

Elegant Beige color palette created on .