Metallic Bronze Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Metallic Bronze Shades palette

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

Metallic Bronze Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #4a381c;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #d09e58;
}
.color-4 {
color: #e8cca1;
}
.color-5 {
color: #f6e3b6;
}

/* CSS Variables */
:root {
--color-1: #4a381c;
--color-2: #895b29;
--color-3: #d09e58;
--color-4: #e8cca1;
--color-5: #f6e3b6;
}

Metallic Bronze Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a381c, #895b29, #d09e58, #e8cca1, #f6e3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a381c, #895b29, #d09e58, #e8cca1, #f6e3b6);
}

Metallic Bronze Shades color palette created on .