Autumn's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

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

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

/* CSS */
.color-1 {
color: #e5b15d;
}
.color-2 {
color: #f2dfc0;
}
.color-3 {
color: #a3c2b5;
}
.color-4 {
color: #794c39;
}
.color-5 {
color: #593931;
}

/* CSS Variables */
:root {
--color-1: #e5b15d;
--color-2: #f2dfc0;
--color-3: #a3c2b5;
--color-4: #794c39;
--color-5: #593931;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b15d, #f2dfc0, #a3c2b5, #794c39, #593931);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b15d, #f2dfc0, #a3c2b5, #794c39, #593931);
}

Autumn's Embrace color palette created on .