Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember palette

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

Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #eb6d00;
}
.color-3 {
color: #e65c00;
}
.color-4 {
color: #d54215;
}
.color-5 {
color: #a83329;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #eb6d00;
--color-3: #e65c00;
--color-4: #d54215;
--color-5: #a83329;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #eb6d00, #e65c00, #d54215, #a83329);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #eb6d00, #e65c00, #d54215, #a83329);
}

Autumn Ember color palette created on .