Autumnal Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumnal Embrace palette

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

Autumnal Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #c3b192;
}
.color-2 {
color: #a67d5e;
}
.color-3 {
color: #8c5b3b;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #814c32;
}

/* CSS Variables */
:root {
--color-1: #c3b192;
--color-2: #a67d5e;
--color-3: #8c5b3b;
--color-4: #bfae8d;
--color-5: #814c32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b192, #a67d5e, #8c5b3b, #bfae8d, #814c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b192, #a67d5e, #8c5b3b, #bfae8d, #814c32);
}

Autumnal Embrace color palette created on .