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: #3b5931;
}
.color-2 {
color: #4d7c3c;
}
.color-3 {
color: #74aa46;
}
.color-4 {
color: #a8d16b;
}
.color-5 {
color: #e3f4a4;
}

/* CSS Variables */
:root {
--color-1: #3b5931;
--color-2: #4d7c3c;
--color-3: #74aa46;
--color-4: #a8d16b;
--color-5: #e3f4a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5931, #4d7c3c, #74aa46, #a8d16b, #e3f4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5931, #4d7c3c, #74aa46, #a8d16b, #e3f4a4);
}

Shades of Olive Green color palette created on .