Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5bae3d;
}
.color-2 {
color: #7dbc4e;
}
.color-3 {
color: #9fc65d;
}
.color-4 {
color: #d5e869;
}
.color-5 {
color: #f2f68e;
}

/* CSS Variables */
:root {
--color-1: #5bae3d;
--color-2: #7dbc4e;
--color-3: #9fc65d;
--color-4: #d5e869;
--color-5: #f2f68e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bae3d, #7dbc4e, #9fc65d, #d5e869, #f2f68e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bae3d, #7dbc4e, #9fc65d, #d5e869, #f2f68e);
}

Shades of Green color palette created on .