Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f0ea;
}
.color-2 {
color: #e7e1d9;
}
.color-3 {
color: #c4beb5;
}
.color-4 {
color: #a49a8e;
}
.color-5 {
color: #4b3d35;
}

/* CSS Variables */
:root {
--color-1: #f6f0ea;
--color-2: #e7e1d9;
--color-3: #c4beb5;
--color-4: #a49a8e;
--color-5: #4b3d35;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f0ea, #e7e1d9, #c4beb5, #a49a8e, #4b3d35);
}

Shades of Beige color palette created on .