Shades of Olive Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Olive Green palette

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

Shades of Olive Green カラーパレット CSS

/* CSS */
.color-1 {
color: #4b703e;
}
.color-2 {
color: #6a8f4d;
}
.color-3 {
color: #8caf6a;
}
.color-4 {
color: #b4d78e;
}
.color-5 {
color: #dff2a1;
}

/* CSS Variables */
:root {
--color-1: #4b703e;
--color-2: #6a8f4d;
--color-3: #8caf6a;
--color-4: #b4d78e;
--color-5: #dff2a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b703e, #6a8f4d, #8caf6a, #b4d78e, #dff2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b703e, #6a8f4d, #8caf6a, #b4d78e, #dff2a1);
}

Shades of Olive Green color palette created on .