Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d9b9;
}
.color-2 {
color: #d6c2a8;
}
.color-3 {
color: #baae8c;
}
.color-4 {
color: #a6a26e;
}
.color-5 {
color: #6a8c4a;
}

/* CSS Variables */
:root {
--color-1: #e9d9b9;
--color-2: #d6c2a8;
--color-3: #baae8c;
--color-4: #a6a26e;
--color-5: #6a8c4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d9b9, #d6c2a8, #baae8c, #a6a26e, #6a8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d9b9, #d6c2a8, #baae8c, #a6a26e, #6a8c4a);
}

Shades of Green color palette created on .