Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d600;
}
.color-2 {
color: #8ccc3e;
}
.color-3 {
color: #6cbb58;
}
.color-4 {
color: #4ca977;
}
.color-5 {
color: #2c9b96;
}

/* CSS Variables */
:root {
--color-1: #a8d600;
--color-2: #8ccc3e;
--color-3: #6cbb58;
--color-4: #4ca977;
--color-5: #2c9b96;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d600, #8ccc3e, #6cbb58, #4ca977, #2c9b96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d600, #8ccc3e, #6cbb58, #4ca977, #2c9b96);
}

Shades of Green color palette created on .