Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember palette

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

Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #ea7653;
}
.color-2 {
color: #d15b29;
}
.color-3 {
color: #c14c25;
}
.color-4 {
color: #a24e39;
}
.color-5 {
color: #f5c99e;
}

/* CSS Variables */
:root {
--color-1: #ea7653;
--color-2: #d15b29;
--color-3: #c14c25;
--color-4: #a24e39;
--color-5: #f5c99e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea7653, #d15b29, #c14c25, #a24e39, #f5c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea7653, #d15b29, #c14c25, #a24e39, #f5c99e);
}

Autumn Ember color palette created on .