Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #78c486;
}
.color-2 {
color: #a3d7a9;
}
.color-3 {
color: #d6e6d6;
}
.color-4 {
color: #f1f9e6;
}
.color-5 {
color: #f7c5a6;
}

/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #a3d7a9;
--color-3: #d6e6d6;
--color-4: #f1f9e6;
--color-5: #f7c5a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #a3d7a9, #d6e6d6, #f1f9e6, #f7c5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #a3d7a9, #d6e6d6, #f1f9e6, #f7c5a6);
}

Shades of Green color palette created on .