Autumn's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

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

Autumn's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a35d2e;
}
.color-2 {
color: #b95f3c;
}
.color-3 {
color: #d88d5f;
}
.color-4 {
color: #f2b469;
}
.color-5 {
color: #c65a2f;
}

/* CSS Variables */
:root {
--color-1: #a35d2e;
--color-2: #b95f3c;
--color-3: #d88d5f;
--color-4: #f2b469;
--color-5: #c65a2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35d2e, #b95f3c, #d88d5f, #f2b469, #c65a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35d2e, #b95f3c, #d88d5f, #f2b469, #c65a2f);
}

Autumn's Embrace color palette created on .