Loading...
Bronze Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bronze Shades palette
Bronze Shades カラーパレット (PNG) をダウンロード
Bronze Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c69b3f;
}
.color-3 {
color: #e5b83e;
}
.color-4 {
color: #f2d16e;
}
.color-5 {
color: #a66b2b;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c69b3f;
--color-3: #e5b83e;
--color-4: #f2d16e;
--color-5: #a66b2b;
}
Bronze Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c69b3f, #e5b83e, #f2d16e, #a66b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c69b3f, #e5b83e, #f2d16e, #a66b2b);
}
似たようなカラーパレット
Bronze Shades color palette created on .