Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f3e2;
}
.color-2 {
color: #e7e1d5;
}
.color-3 {
color: #d5c2b3;
}
.color-4 {
color: #d9b8a1;
}
.color-5 {
color: #f2e0cf;
}

/* CSS Variables */
:root {
--color-1: #f8f3e2;
--color-2: #e7e1d5;
--color-3: #d5c2b3;
--color-4: #d9b8a1;
--color-5: #f2e0cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f3e2, #e7e1d5, #d5c2b3, #d9b8a1, #f2e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f3e2, #e7e1d5, #d5c2b3, #d9b8a1, #f2e0cf);
}

Light Beige color palette created on .