Golden Luxury カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Luxury palette

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

Golden Luxury カラーパレット CSS

/* CSS */
.color-1 {
color: #bfa25a;
}
.color-2 {
color: #a66d3a;
}
.color-3 {
color: #794d39;
}
.color-4 {
color: #4a3979;
}
.color-5 {
color: #39796e;
}

/* CSS Variables */
:root {
--color-1: #bfa25a;
--color-2: #a66d3a;
--color-3: #794d39;
--color-4: #4a3979;
--color-5: #39796e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa25a, #a66d3a, #794d39, #4a3979, #39796e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa25a, #a66d3a, #794d39, #4a3979, #39796e);
}

Golden Luxury color palette created on .