Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e7d4;
}
.color-2 {
color: #f3dac9;
}
.color-3 {
color: #e0c0ae;
}
.color-4 {
color: #d1b19e;
}
.color-5 {
color: #c4a58d;
}

/* CSS Variables */
:root {
--color-1: #f7e7d4;
--color-2: #f3dac9;
--color-3: #e0c0ae;
--color-4: #d1b19e;
--color-5: #c4a58d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7d4, #f3dac9, #e0c0ae, #d1b19e, #c4a58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7d4, #f3dac9, #e0c0ae, #d1b19e, #c4a58d);
}

Light Beige color palette created on .