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