Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #d9cba0;
}
.color-2 {
color: #e5c0a4;
}
.color-3 {
color: #f2d4ba;
}
.color-4 {
color: #f7e3c0;
}
.color-5 {
color: #f8e6bf;
}

/* CSS Variables */
:root {
--color-1: #d9cba0;
--color-2: #e5c0a4;
--color-3: #f2d4ba;
--color-4: #f7e3c0;
--color-5: #f8e6bf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cba0, #e5c0a4, #f2d4ba, #f7e3c0, #f8e6bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cba0, #e5c0a4, #f2d4ba, #f7e3c0, #f8e6bf);
}

Light Beige color palette created on .