Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #2ba669;
}
.color-2 {
color: #a0d9a1;
}
.color-3 {
color: #f4e19f;
}
.color-4 {
color: #f7b84a;
}
.color-5 {
color: #f25d2c;
}

/* CSS Variables */
:root {
--color-1: #2ba669;
--color-2: #a0d9a1;
--color-3: #f4e19f;
--color-4: #f7b84a;
--color-5: #f25d2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ba669, #a0d9a1, #f4e19f, #f7b84a, #f25d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ba669, #a0d9a1, #f4e19f, #f7b84a, #f25d2c);
}

Shades of Green color palette created on .