Autumn's Ember Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn's Ember Glow palette
Autumn's Ember Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #cda71d;
}
.color-2 {
color: #9e790a;
}
.color-3 {
color: #7c590e;
}
.color-4 {
color: #5b3310;
}
.color-5 {
color: #7f0606;
}
/* CSS Variables */
:root {
--color-1: #cda71d;
--color-2: #9e790a;
--color-3: #7c590e;
--color-4: #5b3310;
--color-5: #7f0606;
}
Autumn's Ember Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cda71d, #9e790a, #7c590e, #5b3310, #7f0606);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cda71d, #9e790a, #7c590e, #5b3310, #7f0606);
}
似たようなカラーパレット
Autumn's Ember Glow color palette created on .