Shades of Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Beige palette

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

Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e2c7a2;
}
.color-3 {
color: #c6b19f;
}
.color-4 {
color: #a59ca2;
}
.color-5 {
color: #8b7c9c;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e2c7a2;
--color-3: #c6b19f;
--color-4: #a59ca2;
--color-5: #8b7c9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e2c7a2, #c6b19f, #a59ca2, #8b7c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e2c7a2, #c6b19f, #a59ca2, #8b7c9c);
}

Shades of Beige color palette created on .