Autumn Embers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Embers palette

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

Autumn Embers カラーパレット CSS

/* CSS */
.color-1 {
color: #7a2c29;
}
.color-2 {
color: #9d4a39;
}
.color-3 {
color: #c56d59;
}
.color-4 {
color: #e7a67e;
}
.color-5 {
color: #f3c3a5;
}

/* CSS Variables */
:root {
--color-1: #7a2c29;
--color-2: #9d4a39;
--color-3: #c56d59;
--color-4: #e7a67e;
--color-5: #f3c3a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2c29, #9d4a39, #c56d59, #e7a67e, #f3c3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2c29, #9d4a39, #c56d59, #e7a67e, #f3c3a5);
}

Autumn Embers color palette created on .