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: #f2efe8;
}
.color-2 {
color: #d2cbc1;
}
.color-3 {
color: #b3a394;
}
.color-4 {
color: #908374;
}
.color-5 {
color: #ba743b;
}
/* CSS Variables */
:root {
--color-1: #f2efe8;
--color-2: #d2cbc1;
--color-3: #b3a394;
--color-4: #908374;
--color-5: #ba743b;
}
Whispers of Autumn Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2efe8, #d2cbc1, #b3a394, #908374, #ba743b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2efe8, #d2cbc1, #b3a394, #908374, #ba743b);
}
似たようなカラーパレット
Whispers of Autumn Gold color palette created on .