Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f4e2;
}
.color-2 {
color: #e6d7c1;
}
.color-3 {
color: #d4ba9b;
}
.color-4 {
color: #bfb0b1;
}
.color-5 {
color: #afa4e0;
}

/* CSS Variables */
:root {
--color-1: #f8f4e2;
--color-2: #e6d7c1;
--color-3: #d4ba9b;
--color-4: #bfb0b1;
--color-5: #afa4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f4e2, #e6d7c1, #d4ba9b, #bfb0b1, #afa4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f4e2, #e6d7c1, #d4ba9b, #bfb0b1, #afa4e0);
}

Light Beige color palette created on .