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