Vintage Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Gold palette

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

Vintage Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b947;
}
.color-2 {
color: #d4a14e;
}
.color-3 {
color: #c4965a;
}
.color-4 {
color: #b88e6f;
}
.color-5 {
color: #a07e81;
}

/* CSS Variables */
:root {
--color-1: #e6b947;
--color-2: #d4a14e;
--color-3: #c4965a;
--color-4: #b88e6f;
--color-5: #a07e81;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b947, #d4a14e, #c4965a, #b88e6f, #a07e81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b947, #d4a14e, #c4965a, #b88e6f, #a07e81);
}

Vintage Gold color palette created on .