Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c6b7;
}
.color-2 {
color: #c8e5d7;
}
.color-3 {
color: #afcfc5;
}
.color-4 {
color: #7ab3a0;
}
.color-5 {
color: #4f8c80;
}

/* CSS Variables */
:root {
--color-1: #a4c6b7;
--color-2: #c8e5d7;
--color-3: #afcfc5;
--color-4: #7ab3a0;
--color-5: #4f8c80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6b7, #c8e5d7, #afcfc5, #7ab3a0, #4f8c80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6b7, #c8e5d7, #afcfc5, #7ab3a0, #4f8c80);
}

Shades of Green color palette created on .