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