Autumn Embers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Embers palette

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

Autumn Embers カラーパレット CSS

/* CSS */
.color-1 {
color: #5a2a2a;
}
.color-2 {
color: #8c4a4a;
}
.color-3 {
color: #bf6969;
}
.color-4 {
color: #d9a68c;
}
.color-5 {
color: #e0c6b2;
}

/* CSS Variables */
:root {
--color-1: #5a2a2a;
--color-2: #8c4a4a;
--color-3: #bf6969;
--color-4: #d9a68c;
--color-5: #e0c6b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2a2a, #8c4a4a, #bf6969, #d9a68c, #e0c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2a2a, #8c4a4a, #bf6969, #d9a68c, #e0c6b2);
}

Autumn Embers color palette created on .