Beige Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Beige Harmony palette
Beige Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #d7c7a2;
}
.color-2 {
color: #f1e4b7;
}
.color-3 {
color: #e0d6b8;
}
.color-4 {
color: #c2b199;
}
.color-5 {
color: #a89e8f;
}
/* CSS Variables */
:root {
--color-1: #d7c7a2;
--color-2: #f1e4b7;
--color-3: #e0d6b8;
--color-4: #c2b199;
--color-5: #a89e8f;
}
Beige Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c7a2, #f1e4b7, #e0d6b8, #c2b199, #a89e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c7a2, #f1e4b7, #e0d6b8, #c2b199, #a89e8f);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Beige Harmony color palette created on .