Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4a8d35;
}
.color-2 {
color: #3a732b;
}
.color-3 {
color: #2d6624;
}
.color-4 {
color: #aabd84;
}
.color-5 {
color: #94b06d;
}

/* CSS Variables */
:root {
--color-1: #4a8d35;
--color-2: #3a732b;
--color-3: #2d6624;
--color-4: #aabd84;
--color-5: #94b06d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8d35, #3a732b, #2d6624, #aabd84, #94b06d);
}

Shades of Green color palette created on .