Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e6c4;
}
.color-2 {
color: #f7d6a1;
}
.color-3 {
color: #f7b28d;
}
.color-4 {
color: #e29a7e;
}
.color-5 {
color: #d78060;
}

/* CSS Variables */
:root {
--color-1: #f3e6c4;
--color-2: #f7d6a1;
--color-3: #f7b28d;
--color-4: #e29a7e;
--color-5: #d78060;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6c4, #f7d6a1, #f7b28d, #e29a7e, #d78060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6c4, #f7d6a1, #f7b28d, #e29a7e, #d78060);
}

Light Beige color palette created on .