Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e1f5d6;
}
.color-3 {
color: #b4e4b7;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e1f5d6;
--color-3: #b4e4b7;
--color-4: #7fd959;
--color-5: #4cae4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e1f5d6, #b4e4b7, #7fd959, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e1f5d6, #b4e4b7, #7fd959, #4cae4f);
}

Shades of Green color palette created on .