Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #d4e2b1;
}
.color-2 {
color: #b5d9a6;
}
.color-3 {
color: #98c89f;
}
.color-4 {
color: #6ebf7f;
}
.color-5 {
color: #4aa55e;
}

/* CSS Variables */
:root {
--color-1: #d4e2b1;
--color-2: #b5d9a6;
--color-3: #98c89f;
--color-4: #6ebf7f;
--color-5: #4aa55e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e2b1, #b5d9a6, #98c89f, #6ebf7f, #4aa55e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e2b1, #b5d9a6, #98c89f, #6ebf7f, #4aa55e);
}

Shades of Green color palette created on .