Earthy Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Green palette

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

Earthy Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #5d8989;
}
.color-3 {
color: #e2b8a7;
}
.color-4 {
color: #f0d68e;
}
.color-5 {
color: #d57d3f;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #5d8989;
--color-3: #e2b8a7;
--color-4: #f0d68e;
--color-5: #d57d3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #5d8989, #e2b8a7, #f0d68e, #d57d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #5d8989, #e2b8a7, #f0d68e, #d57d3f);
}

Earthy Green color palette created on .