Green Tree カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Tree palette

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

Green Tree カラーパレット CSS

/* CSS */
.color-1 {
color: #6abe4b;
}
.color-2 {
color: #a2d57b;
}
.color-3 {
color: #f3e09b;
}
.color-4 {
color: #f8b249;
}
.color-5 {
color: #d85c4b;
}

/* CSS Variables */
:root {
--color-1: #6abe4b;
--color-2: #a2d57b;
--color-3: #f3e09b;
--color-4: #f8b249;
--color-5: #d85c4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6abe4b, #a2d57b, #f3e09b, #f8b249, #d85c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6abe4b, #a2d57b, #f3e09b, #f8b249, #d85c4b);
}

Green Tree color palette created on .