Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #3e8e4b;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #a1d9b0;
}
.color-4 {
color: #e4f6e9;
}
.color-5 {
color: #f6f8f1;
}

/* CSS Variables */
:root {
--color-1: #3e8e4b;
--color-2: #6fbe8f;
--color-3: #a1d9b0;
--color-4: #e4f6e9;
--color-5: #f6f8f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e4b, #6fbe8f, #a1d9b0, #e4f6e9, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e4b, #6fbe8f, #a1d9b0, #e4f6e9, #f6f8f1);
}

Shades of Green color palette created on .