Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4ebc8a;
}
.color-2 {
color: #82d99f;
}
.color-3 {
color: #f2e08c;
}
.color-4 {
color: #f3b87c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #4ebc8a;
--color-2: #82d99f;
--color-3: #f2e08c;
--color-4: #f3b87c;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebc8a, #82d99f, #f2e08c, #f3b87c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebc8a, #82d99f, #f2e08c, #f3b87c, #000000);
}

Shades of Green color palette created on .