Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #dff1f1;
}
.color-2 {
color: #c7e5c8;
}
.color-3 {
color: #b3dfdc;
}
.color-4 {
color: #80cbc4;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #dff1f1;
--color-2: #c7e5c8;
--color-3: #b3dfdc;
--color-4: #80cbc4;
--color-5: #4eb7ac;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dff1f1, #c7e5c8, #b3dfdc, #80cbc4, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dff1f1, #c7e5c8, #b3dfdc, #80cbc4, #4eb7ac);
}

Shades of Green color palette created on .