Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #abedc3;
}
.color-2 {
color: #7ed3b1;
}
.color-3 {
color: #4fcf9e;
}
.color-4 {
color: #2ac08c;
}
.color-5 {
color: #1daf6b;
}

/* CSS Variables */
:root {
--color-1: #abedc3;
--color-2: #7ed3b1;
--color-3: #4fcf9e;
--color-4: #2ac08c;
--color-5: #1daf6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abedc3, #7ed3b1, #4fcf9e, #2ac08c, #1daf6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abedc3, #7ed3b1, #4fcf9e, #2ac08c, #1daf6b);
}

Shades of Green color palette created on .