Earthy Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Green palette

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

Earthy Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #c2d6a4;
}
.color-3 {
color: #d8b75a;
}
.color-4 {
color: #b6743a;
}
.color-5 {
color: #7d4f2b;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #c2d6a4;
--color-3: #d8b75a;
--color-4: #b6743a;
--color-5: #7d4f2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #c2d6a4, #d8b75a, #b6743a, #7d4f2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #c2d6a4, #d8b75a, #b6743a, #7d4f2b);
}

Earthy Green color palette created on .