Golden Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Brown palette
Golden Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d8a22c;
}
.color-3 {
color: #c8993c;
}
.color-4 {
color: #a86624;
}
.color-5 {
color: #8a5b15;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d8a22c;
--color-3: #c8993c;
--color-4: #a86624;
--color-5: #8a5b15;
}
Golden Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d8a22c, #c8993c, #a86624, #8a5b15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d8a22c, #c8993c, #a86624, #8a5b15);
}
似たようなカラーパレット
下にスクロールして80+個のアンバーカラーパレットを探索しましょう
Golden Brown color palette created on .