Underworld Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Underworld Embrace palette

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

Underworld Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b879;
}
.color-2 {
color: #d59a6d;
}
.color-3 {
color: #a3695c;
}
.color-4 {
color: #684c3b;
}
.color-5 {
color: #3e2a1e;
}

/* CSS Variables */
:root {
--color-1: #e2b879;
--color-2: #d59a6d;
--color-3: #a3695c;
--color-4: #684c3b;
--color-5: #3e2a1e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b879, #d59a6d, #a3695c, #684c3b, #3e2a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b879, #d59a6d, #a3695c, #684c3b, #3e2a1e);
}

Underworld Embrace color palette created on .