Light Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green palette

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

Light Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d7b3;
}
.color-2 {
color: #b2e0b3;
}
.color-3 {
color: #e1f9c3;
}
.color-4 {
color: #f2e49c;
}
.color-5 {
color: #f5b9a3;
}

/* CSS Variables */
:root {
--color-1: #a8d7b3;
--color-2: #b2e0b3;
--color-3: #e1f9c3;
--color-4: #f2e49c;
--color-5: #f5b9a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d7b3, #b2e0b3, #e1f9c3, #f2e49c, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d7b3, #b2e0b3, #e1f9c3, #f2e49c, #f5b9a3);
}

Light Green color palette created on .