Twilight Forest Expedition カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Forest Expedition palette

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

Twilight Forest Expedition カラーパレット CSS

/* CSS */
.color-1 {
color: #a76a44;
}
.color-2 {
color: #c2ab80;
}
.color-3 {
color: #d1c8a3;
}
.color-4 {
color: #a5d5a5;
}
.color-5 {
color: #698c6c;
}

/* CSS Variables */
:root {
--color-1: #a76a44;
--color-2: #c2ab80;
--color-3: #d1c8a3;
--color-4: #a5d5a5;
--color-5: #698c6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76a44, #c2ab80, #d1c8a3, #a5d5a5, #698c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76a44, #c2ab80, #d1c8a3, #a5d5a5, #698c6c);
}

Twilight Forest Expedition color palette created on .