Light Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green palette

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

Light Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c8a3;
}
.color-2 {
color: #bae1b2;
}
.color-3 {
color: #d5f6d5;
}
.color-4 {
color: #e1f9e1;
}
.color-5 {
color: #f5fffb;
}

/* CSS Variables */
:root {
--color-1: #a3c8a3;
--color-2: #bae1b2;
--color-3: #d5f6d5;
--color-4: #e1f9e1;
--color-5: #f5fffb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8a3, #bae1b2, #d5f6d5, #e1f9e1, #f5fffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8a3, #bae1b2, #d5f6d5, #e1f9e1, #f5fffb);
}

Light Green color palette created on .