Autumn Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Embrace palette

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

Autumn Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #c1b69f;
}
.color-2 {
color: #b8a59d;
}
.color-3 {
color: #a78d8b;
}
.color-4 {
color: #a86e5d;
}
.color-5 {
color: #d08e62;
}

/* CSS Variables */
:root {
--color-1: #c1b69f;
--color-2: #b8a59d;
--color-3: #a78d8b;
--color-4: #a86e5d;
--color-5: #d08e62;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b69f, #b8a59d, #a78d8b, #a86e5d, #d08e62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b69f, #b8a59d, #a78d8b, #a86e5d, #d08e62);
}

Autumn Embrace color palette created on .