Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #7e9b3b;
}
.color-3 {
color: #a5c94a;
}
.color-4 {
color: #d9e67a;
}
.color-5 {
color: #e2eab3;
}

/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #7e9b3b;
--color-3: #a5c94a;
--color-4: #d9e67a;
--color-5: #e2eab3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #7e9b3b, #a5c94a, #d9e67a, #e2eab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #7e9b3b, #a5c94a, #d9e67a, #e2eab3);
}

Shades of Green color palette created on .