Autumn Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Embrace palette

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

Autumn Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f3a15e;
}
.color-3 {
color: #d9624a;
}
.color-4 {
color: #b83532;
}
.color-5 {
color: #9b2c2f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f3a15e;
--color-3: #d9624a;
--color-4: #b83532;
--color-5: #9b2c2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f3a15e, #d9624a, #b83532, #9b2c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f3a15e, #d9624a, #b83532, #9b2c2f);
}

Autumn Embrace color palette created on .