Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c5b1;
}
.color-2 {
color: #e8d6c5;
}
.color-3 {
color: #f3e7d8;
}
.color-4 {
color: #f9f2e6;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #d2c5b1;
--color-2: #e8d6c5;
--color-3: #f3e7d8;
--color-4: #f9f2e6;
--color-5: #fff5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b1, #e8d6c5, #f3e7d8, #f9f2e6, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b1, #e8d6c5, #f3e7d8, #f9f2e6, #fff5e0);
}

Light Beige color palette created on .