Light Beige Moth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige Moth palette

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

Light Beige Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #bea989;
}
.color-2 {
color: #c3b592;
}
.color-3 {
color: #e1c6b2;
}
.color-4 {
color: #f5e2c2;
}
.color-5 {
color: #ebb9b2;
}

/* CSS Variables */
:root {
--color-1: #bea989;
--color-2: #c3b592;
--color-3: #e1c6b2;
--color-4: #f5e2c2;
--color-5: #ebb9b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}

Light Beige Moth color palette created on .