Autumn Ember カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Ember palette
Autumn Ember カラーパレット CSS
/* CSS */
.color-1 {
color: #7d2b2b;
}
.color-2 {
color: #b2635c;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #d8c8b0;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #7d2b2b;
--color-2: #b2635c;
--color-3: #e4b5a0;
--color-4: #d8c8b0;
--color-5: #9f512d;
}
Autumn Ember の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2b2b, #b2635c, #e4b5a0, #d8c8b0, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2b2b, #b2635c, #e4b5a0, #d8c8b0, #9f512d);
}
似たようなカラーパレット
Autumn Ember color palette created on .