Shades of Green Pistachio カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green Pistachio palette

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

Shades of Green Pistachio カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e1f0d1;
}
.color-3 {
color: #b3e6b3;
}
.color-4 {
color: #a7d9a1;
}
.color-5 {
color: #c9e4d5;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e1f0d1;
--color-3: #b3e6b3;
--color-4: #a7d9a1;
--color-5: #c9e4d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e1f0d1, #b3e6b3, #a7d9a1, #c9e4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e1f0d1, #b3e6b3, #a7d9a1, #c9e4d5);
}

Shades of Green Pistachio color palette created on .