Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4d7f3d;
}
.color-2 {
color: #7abf69;
}
.color-3 {
color: #b2e1a8;
}
.color-4 {
color: #e6f9d7;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #4d7f3d;
--color-2: #7abf69;
--color-3: #b2e1a8;
--color-4: #e6f9d7;
--color-5: #f2f2f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f3d, #7abf69, #b2e1a8, #e6f9d7, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f3d, #7abf69, #b2e1a8, #e6f9d7, #f2f2f2);
}

Shades of Green color palette created on .