Emerald Wilderness カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Wilderness palette

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

Emerald Wilderness カラーパレット CSS

/* CSS */
.color-1 {
color: #496d1d;
}
.color-2 {
color: #6e8a2e;
}
.color-3 {
color: #a5c360;
}
.color-4 {
color: #d1ebd5;
}
.color-5 {
color: #f3f9e7;
}

/* CSS Variables */
:root {
--color-1: #496d1d;
--color-2: #6e8a2e;
--color-3: #a5c360;
--color-4: #d1ebd5;
--color-5: #f3f9e7;
}

Emerald Wilderness の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496d1d, #6e8a2e, #a5c360, #d1ebd5, #f3f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496d1d, #6e8a2e, #a5c360, #d1ebd5, #f3f9e7);
}

Emerald Wilderness color palette created on .