Gold Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gold Elegance palette

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

Gold Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #e5c49e;
}
.color-3 {
color: #f8e2ce;
}
.color-4 {
color: #b2a899;
}
.color-5 {
color: #f3f0ec;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #e5c49e;
--color-3: #f8e2ce;
--color-4: #b2a899;
--color-5: #f3f0ec;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #e5c49e, #f8e2ce, #b2a899, #f3f0ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #e5c49e, #f8e2ce, #b2a899, #f3f0ec);
}

Gold Elegance color palette created on .