Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6c9f3c;
}
.color-2 {
color: #8ec73d;
}
.color-3 {
color: #a8d93f;
}
.color-4 {
color: #e4f250;
}
.color-5 {
color: #f9e54e;
}

/* CSS Variables */
:root {
--color-1: #6c9f3c;
--color-2: #8ec73d;
--color-3: #a8d93f;
--color-4: #e4f250;
--color-5: #f9e54e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9f3c, #8ec73d, #a8d93f, #e4f250, #f9e54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9f3c, #8ec73d, #a8d93f, #e4f250, #f9e54e);
}

Shades of Green color palette created on .