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: #fde281;
}
.color-2 {
color: #f7a859;
}
.color-3 {
color: #d56c34;
}
.color-4 {
color: #a93e1e;
}
.color-5 {
color: #7c2213;
}

/* CSS Variables */
:root {
--color-1: #fde281;
--color-2: #f7a859;
--color-3: #d56c34;
--color-4: #a93e1e;
--color-5: #7c2213;
}

Autumn's Ember Glow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde281, #f7a859, #d56c34, #a93e1e, #7c2213);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde281, #f7a859, #d56c34, #a93e1e, #7c2213);
}

Autumn's Ember Glow color palette created on .