Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b6c8c3;
}
.color-2 {
color: #a3b8b1;
}
.color-3 {
color: #8cb5a0;
}
.color-4 {
color: #e4a15e;
}
.color-5 {
color: #da4e2f;
}

/* CSS Variables */
:root {
--color-1: #b6c8c3;
--color-2: #a3b8b1;
--color-3: #8cb5a0;
--color-4: #e4a15e;
--color-5: #da4e2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c3, #a3b8b1, #8cb5a0, #e4a15e, #da4e2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c3, #a3b8b1, #8cb5a0, #e4a15e, #da4e2f);
}

Shades of Green color palette created on .