Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #e8d1b5;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f6efe4;
}
.color-4 {
color: #e2d0c5;
}
.color-5 {
color: #d2b7a3;
}

/* CSS Variables */
:root {
--color-1: #e8d1b5;
--color-2: #f2e4d4;
--color-3: #f6efe4;
--color-4: #e2d0c5;
--color-5: #d2b7a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d1b5, #f2e4d4, #f6efe4, #e2d0c5, #d2b7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d1b5, #f2e4d4, #f6efe4, #e2d0c5, #d2b7a3);
}

Light Beige color palette created on .