Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #384625;
}
.color-2 {
color: #5c6633;
}
.color-3 {
color: #8a814c;
}
.color-4 {
color: #977d53;
}
.color-5 {
color: #6d3427;
}

/* CSS Variables */
:root {
--color-1: #384625;
--color-2: #5c6633;
--color-3: #8a814c;
--color-4: #977d53;
--color-5: #6d3427;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #384625, #5c6633, #8a814c, #977d53, #6d3427);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #384625, #5c6633, #8a814c, #977d53, #6d3427);
}

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

Shades of Green color palette created on .