Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #393d24;
}
.color-2 {
color: #5a6d37;
}
.color-3 {
color: #7c9b4b;
}
.color-4 {
color: #a8c96e;
}
.color-5 {
color: #d0e7b1;
}

/* CSS Variables */
:root {
--color-1: #393d24;
--color-2: #5a6d37;
--color-3: #7c9b4b;
--color-4: #a8c96e;
--color-5: #d0e7b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393d24, #5a6d37, #7c9b4b, #a8c96e, #d0e7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393d24, #5a6d37, #7c9b4b, #a8c96e, #d0e7b1);
}

Shades of Green color palette created on .