Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f2ef;
}
.color-2 {
color: #eae8e6;
}
.color-3 {
color: #cac9ca;
}
.color-4 {
color: #b0aeb2;
}
.color-5 {
color: #554c49;
}

/* CSS Variables */
:root {
--color-1: #f5f2ef;
--color-2: #eae8e6;
--color-3: #cac9ca;
--color-4: #b0aeb2;
--color-5: #554c49;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f2ef, #eae8e6, #cac9ca, #b0aeb2, #554c49);
}

Shades of Beige color palette created on .