Green Sprout カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Sprout palette

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

Green Sprout カラーパレット CSS

/* CSS */
.color-1 {
color: #b0df9f;
}
.color-2 {
color: #90d09f;
}
.color-3 {
color: #6ebf9b;
}
.color-4 {
color: #4da38c;
}
.color-5 {
color: #2e7f6e;
}

/* CSS Variables */
:root {
--color-1: #b0df9f;
--color-2: #90d09f;
--color-3: #6ebf9b;
--color-4: #4da38c;
--color-5: #2e7f6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0df9f, #90d09f, #6ebf9b, #4da38c, #2e7f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0df9f, #90d09f, #6ebf9b, #4da38c, #2e7f6e);
}

Green Sprout color palette created on .