Autumn Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Ember palette

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

Autumn Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #d87f4f;
}
.color-2 {
color: #f8b859;
}
.color-3 {
color: #f0c6a3;
}
.color-4 {
color: #e1b7a8;
}
.color-5 {
color: #d36f70;
}

/* CSS Variables */
:root {
--color-1: #d87f4f;
--color-2: #f8b859;
--color-3: #f0c6a3;
--color-4: #e1b7a8;
--color-5: #d36f70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d87f4f, #f8b859, #f0c6a3, #e1b7a8, #d36f70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d87f4f, #f8b859, #f0c6a3, #e1b7a8, #d36f70);
}

Autumn Ember color palette created on .