Golden Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Autumn Ember palette

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

Golden Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d17000;
}
.color-4 {
color: #b34d00;
}
.color-5 {
color: #7a3300;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f0a800;
--color-3: #d17000;
--color-4: #b34d00;
--color-5: #7a3300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f0a800, #d17000, #b34d00, #7a3300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f0a800, #d17000, #b34d00, #7a3300);
}

Golden Autumn Ember color palette created on .