Light Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Beige palette

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

Light Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e5b4;
}
.color-2 {
color: #f1d4a2;
}
.color-3 {
color: #e6cea3;
}
.color-4 {
color: #e7b573;
}
.color-5 {
color: #d89b69;
}

/* CSS Variables */
:root {
--color-1: #f9e5b4;
--color-2: #f1d4a2;
--color-3: #e6cea3;
--color-4: #e7b573;
--color-5: #d89b69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e5b4, #f1d4a2, #e6cea3, #e7b573, #d89b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e5b4, #f1d4a2, #e6cea3, #e7b573, #d89b69);
}

Light Beige color palette created on .