Metallic Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Metallic Elegance palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Metallic Elegance カラーパレット (PNG) をダウンロード
Metallic Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #cd8032;
}
.color-4 {
color: #f5f5db;
}
.color-5 {
color: #fff8db;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #bfbfbf;
--color-3: #cd8032;
--color-4: #f5f5db;
--color-5: #fff8db;
}
Metallic Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #bfbfbf, #cd8032, #f5f5db, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #bfbfbf, #cd8032, #f5f5db, #fff8db);
}
似たようなカラーパレット
Metallic Elegance color palette created on .