Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5a8c5a;
}
.color-2 {
color: #3d6c48;
}
.color-3 {
color: #2a5a3a;
}
.color-4 {
color: #1d4e2e;
}
.color-5 {
color: #0a3d25;
}

/* CSS Variables */
:root {
--color-1: #5a8c5a;
--color-2: #3d6c48;
--color-3: #2a5a3a;
--color-4: #1d4e2e;
--color-5: #0a3d25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c5a, #3d6c48, #2a5a3a, #1d4e2e, #0a3d25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c5a, #3d6c48, #2a5a3a, #1d4e2e, #0a3d25);
}

Shades of Green color palette created on .