Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b1e3a1;
}
.color-2 {
color: #a1d89d;
}
.color-3 {
color: #8bcb8b;
}
.color-4 {
color: #5abf7f;
}
.color-5 {
color: #369b69;
}

/* CSS Variables */
:root {
--color-1: #b1e3a1;
--color-2: #a1d89d;
--color-3: #8bcb8b;
--color-4: #5abf7f;
--color-5: #369b69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e3a1, #a1d89d, #8bcb8b, #5abf7f, #369b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e3a1, #a1d89d, #8bcb8b, #5abf7f, #369b69);
}

Shades of Green color palette created on .