Autumn Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Gold palette

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

Autumn Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c67b3f;
}
.color-3 {
color: #e3a03b;
}
.color-4 {
color: #f5c75b;
}
.color-5 {
color: #f8e6a0;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c67b3f;
--color-3: #e3a03b;
--color-4: #f5c75b;
--color-5: #f8e6a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c67b3f, #e3a03b, #f5c75b, #f8e6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c67b3f, #e3a03b, #f5c75b, #f8e6a0);
}

Autumn Gold color palette created on .