Twilight Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Embrace palette

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

Twilight Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #7a4b00;
}
.color-2 {
color: #4e3b31;
}
.color-3 {
color: #496e4d;
}
.color-4 {
color: #a7a8aa;
}
.color-5 {
color: #704f7d;
}

/* CSS Variables */
:root {
--color-1: #7a4b00;
--color-2: #4e3b31;
--color-3: #496e4d;
--color-4: #a7a8aa;
--color-5: #704f7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4b00, #4e3b31, #496e4d, #a7a8aa, #704f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4b00, #4e3b31, #496e4d, #a7a8aa, #704f7d);
}

Twilight Embrace color palette created on .