Whispers of Autumn Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Autumn Gold palette

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

Whispers of Autumn Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dbd6cd;
}
.color-3 {
color: #b2ae99;
}
.color-4 {
color: #d3b312;
}
.color-5 {
color: #807e6f;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dbd6cd;
--color-3: #b2ae99;
--color-4: #d3b312;
--color-5: #807e6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dbd6cd, #b2ae99, #d3b312, #807e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dbd6cd, #b2ae99, #d3b312, #807e6f);
}

Whispers of Autumn Gold color palette created on .