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