Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d6b69f;
}
.color-4 {
color: #c4a68d;
}
.color-5 {
color: #b9a28d;
}

/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #e8cca1;
--color-3: #d6b69f;
--color-4: #c4a68d;
--color-5: #b9a28d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #e8cca1, #d6b69f, #c4a68d, #b9a28d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #e8cca1, #d6b69f, #c4a68d, #b9a28d);
}

Light Beige color palette created on .