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: #efedeb;
}
.color-2 {
color: #d8e7f3;
}
.color-3 {
color: #c2bcb2;
}
.color-4 {
color: #d8ba6e;
}
.color-5 {
color: #c4a745;
}

/* CSS Variables */
:root {
--color-1: #efedeb;
--color-2: #d8e7f3;
--color-3: #c2bcb2;
--color-4: #d8ba6e;
--color-5: #c4a745;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efedeb, #d8e7f3, #c2bcb2, #d8ba6e, #c4a745);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efedeb, #d8e7f3, #c2bcb2, #d8ba6e, #c4a745);
}

Whispers of Autumn Gold color palette created on .