Beige Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Elegance palette

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

Beige Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d5ccae;
}
.color-3 {
color: #e5c59f;
}
.color-4 {
color: #e8caab;
}
.color-5 {
color: #f5e4c7;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d5ccae;
--color-3: #e5c59f;
--color-4: #e8caab;
--color-5: #f5e4c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d5ccae, #e5c59f, #e8caab, #f5e4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d5ccae, #e5c59f, #e8caab, #f5e4c7);
}

Beige Elegance color palette created on .