Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #3a593f;
}
.color-2 {
color: #4f7d4f;
}
.color-3 {
color: #8dbf8d;
}
.color-4 {
color: #d1d1a3;
}
.color-5 {
color: #d9c778;
}

/* CSS Variables */
:root {
--color-1: #3a593f;
--color-2: #4f7d4f;
--color-3: #8dbf8d;
--color-4: #d1d1a3;
--color-5: #d9c778;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a593f, #4f7d4f, #8dbf8d, #d1d1a3, #d9c778);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a593f, #4f7d4f, #8dbf8d, #d1d1a3, #d9c778);
}

Shades of Green color palette created on .