Golden Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Elegance palette

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

Golden Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e9b649;
}
.color-3 {
color: #d69b4c;
}
.color-4 {
color: #c68d3f;
}
.color-5 {
color: #b37029;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e9b649;
--color-3: #d69b4c;
--color-4: #c68d3f;
--color-5: #b37029;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e9b649, #d69b4c, #c68d3f, #b37029);
}

Golden Elegance color palette created on .