Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #2f3c2a;
}
.color-2 {
color: #4e5a3a;
}
.color-3 {
color: #7d9a4c;
}
.color-4 {
color: #a5c299;
}
.color-5 {
color: #d2e8b5;
}

/* CSS Variables */
:root {
--color-1: #2f3c2a;
--color-2: #4e5a3a;
--color-3: #7d9a4c;
--color-4: #a5c299;
--color-5: #d2e8b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3c2a, #4e5a3a, #7d9a4c, #a5c299, #d2e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3c2a, #4e5a3a, #7d9a4c, #a5c299, #d2e8b5);
}

似たようなカラーパレット

Shades of Green color palette created on .