Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #97db84;
}
.color-2 {
color: #70d2a1;
}
.color-3 {
color: #4db39b;
}
.color-4 {
color: #2a9d90;
}
.color-5 {
color: #1f7a7a;
}

/* CSS Variables */
:root {
--color-1: #97db84;
--color-2: #70d2a1;
--color-3: #4db39b;
--color-4: #2a9d90;
--color-5: #1f7a7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97db84, #70d2a1, #4db39b, #2a9d90, #1f7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97db84, #70d2a1, #4db39b, #2a9d90, #1f7a7a);
}

Shades of Green color palette created on .