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