Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #a9d9a0;
}
.color-3 {
color: #f0e3c7;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8602c;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #a9d9a0;
--color-3: #f0e3c7;
--color-4: #ffb84d;
--color-5: #d8602c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #a9d9a0, #f0e3c7, #ffb84d, #d8602c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #a9d9a0, #f0e3c7, #ffb84d, #d8602c);
}

Shades of Green color palette created on .