Antique Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Antique Gold palette

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

Antique Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a76e;
}
.color-2 {
color: #c4a06e;
}
.color-3 {
color: #ae8a6b;
}
.color-4 {
color: #a66b59;
}
.color-5 {
color: #b57b4f;
}

/* CSS Variables */
:root {
--color-1: #d8a76e;
--color-2: #c4a06e;
--color-3: #ae8a6b;
--color-4: #a66b59;
--color-5: #b57b4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a76e, #c4a06e, #ae8a6b, #a66b59, #b57b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a76e, #c4a06e, #ae8a6b, #a66b59, #b57b4f);
}

Antique Gold color palette created on .