Duality of the Wild カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Duality of the Wild palette

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

Duality of the Wild カラーパレット CSS

/* CSS */
.color-1 {
color: #4b815f;
}
.color-2 {
color: #7dba7d;
}
.color-3 {
color: #b4d9a5;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d54e30;
}

/* CSS Variables */
:root {
--color-1: #4b815f;
--color-2: #7dba7d;
--color-3: #b4d9a5;
--color-4: #f1c84b;
--color-5: #d54e30;
}

Duality of the Wild の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b815f, #7dba7d, #b4d9a5, #f1c84b, #d54e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b815f, #7dba7d, #b4d9a5, #f1c84b, #d54e30);
}

Duality of the Wild color palette created on .