Gold Luxury カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gold Luxury palette

このパレットを共有する先:

Gold Luxury カラーパレット CSS

/* CSS */
.color-1 {
color: #c5b359;
}
.color-2 {
color: #a98c3d;
}
.color-3 {
color: #806b1e;
}
.color-4 {
color: #50502b;
}
.color-5 {
color: #292929;
}

/* CSS Variables */
:root {
--color-1: #c5b359;
--color-2: #a98c3d;
--color-3: #806b1e;
--color-4: #50502b;
--color-5: #292929;
}

Gold Luxury の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b359, #a98c3d, #806b1e, #50502b, #292929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b359, #a98c3d, #806b1e, #50502b, #292929);
}

Gold Luxury color palette created on .