Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #007a5e;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00b88a;
}
.color-4 {
color: #00dba4;
}
.color-5 {
color: #a8ffc2;
}

/* CSS Variables */
:root {
--color-1: #007a5e;
--color-2: #009975;
--color-3: #00b88a;
--color-4: #00dba4;
--color-5: #a8ffc2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a5e, #009975, #00b88a, #00dba4, #a8ffc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a5e, #009975, #00b88a, #00dba4, #a8ffc2);
}

Shades of Green color palette created on .