Dirty Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dirty Green palette

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

Dirty Green カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3b30;
}
.color-2 {
color: #595c47;
}
.color-3 {
color: #7b7f5c;
}
.color-4 {
color: #a8a55d;
}
.color-5 {
color: #c8c978;
}

/* CSS Variables */
:root {
--color-1: #3a3b30;
--color-2: #595c47;
--color-3: #7b7f5c;
--color-4: #a8a55d;
--color-5: #c8c978;
}

Dirty Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b30, #595c47, #7b7f5c, #a8a55d, #c8c978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b30, #595c47, #7b7f5c, #a8a55d, #c8c978);
}

Dirty Green color palette created on .