Brewed Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brewed Hues palette
Brewed Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #d9a96d;
}
.color-2 {
color: #c8a06f;
}
.color-3 {
color: #a66d3a;
}
.color-4 {
color: #795939;
}
.color-5 {
color: #bebe60;
}
/* CSS Variables */
:root {
--color-1: #d9a96d;
--color-2: #c8a06f;
--color-3: #a66d3a;
--color-4: #795939;
--color-5: #bebe60;
}
Brewed Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a96d, #c8a06f, #a66d3a, #795939, #bebe60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a96d, #c8a06f, #a66d3a, #795939, #bebe60);
}
似たようなカラーパレット
下にスクロールして200+個のゴールドカラーパレットを探索しましょう
Brewed Hues color palette created on .