Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #00571a;
}
.color-2 {
color: #007a33;
}
.color-3 {
color: #00994d;
}
.color-4 {
color: #00b86b;
}
.color-5 {
color: #00d68b;
}

/* CSS Variables */
:root {
--color-1: #00571a;
--color-2: #007a33;
--color-3: #00994d;
--color-4: #00b86b;
--color-5: #00d68b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00571a, #007a33, #00994d, #00b86b, #00d68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00571a, #007a33, #00994d, #00b86b, #00d68b);
}

Shades of Green color palette created on .