Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e6b7;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #dabca0;
}
.color-4 {
color: #c1a68b;
}
.color-5 {
color: #a77a6c;
}

/* CSS Variables */
:root {
--color-1: #f5e6b7;
--color-2: #e1c6a8;
--color-3: #dabca0;
--color-4: #c1a68b;
--color-5: #a77a6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6b7, #e1c6a8, #dabca0, #c1a68b, #a77a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6b7, #e1c6a8, #dabca0, #c1a68b, #a77a6c);
}

Light Beige color palette created on .