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