Gold Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gold Elegance palette
Gold Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #d9b34a;
}
.color-2 {
color: #e3c568;
}
.color-3 {
color: #f1d088;
}
.color-4 {
color: #f5e89e;
}
.color-5 {
color: #e8c8a1;
}
/* CSS Variables */
:root {
--color-1: #d9b34a;
--color-2: #e3c568;
--color-3: #f1d088;
--color-4: #f5e89e;
--color-5: #e8c8a1;
}
Gold Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b34a, #e3c568, #f1d088, #f5e89e, #e8c8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b34a, #e3c568, #f1d088, #f5e89e, #e8c8a1);
}
似たようなカラーパレット
Gold Elegance color palette created on .