Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #e5cea9;
}
.color-3 {
color: #d2b59d;
}
.color-4 {
color: #c09f8c;
}
.color-5 {
color: #a67c6e;
}

/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #e5cea9;
--color-3: #d2b59d;
--color-4: #c09f8c;
--color-5: #a67c6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #e5cea9, #d2b59d, #c09f8c, #a67c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #e5cea9, #d2b59d, #c09f8c, #a67c6e);
}

Shades of Beige color palette created on .