Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #499c49;
}
.color-2 {
color: #78b80a;
}
.color-3 {
color: #a4d600;
}
.color-4 {
color: #c8e50b;
}
.color-5 {
color: #f4ff1f;
}

/* CSS Variables */
:root {
--color-1: #499c49;
--color-2: #78b80a;
--color-3: #a4d600;
--color-4: #c8e50b;
--color-5: #f4ff1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499c49, #78b80a, #a4d600, #c8e50b, #f4ff1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499c49, #78b80a, #a4d600, #c8e50b, #f4ff1f);
}

Shades of Green color palette created on .