Autumn Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

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

Autumn Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d16900;
}
.color-3 {
color: #a85f00;
}
.color-4 {
color: #6b4f00;
}
.color-5 {
color: #3d3d00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d16900;
--color-3: #a85f00;
--color-4: #6b4f00;
--color-5: #3d3d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d16900, #a85f00, #6b4f00, #3d3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d16900, #a85f00, #6b4f00, #3d3d00);
}

Autumn Ember Glow color palette created on .