Light Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Green palette

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

Light Green カラーパレット (PNG) をダウンロード

Download light green color palette PNG image (landscape)
Download light green color palette PNG image (square)

Light Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b9e4c9;
}
.color-3 {
color: #e0f7d4;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #f6a9a2;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b9e4c9;
--color-3: #e0f7d4;
--color-4: #f9e8b4;
--color-5: #f6a9a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b9e4c9, #e0f7d4, #f9e8b4, #f6a9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b9e4c9, #e0f7d4, #f9e8b4, #f6a9a2);
}

Light Green color palette created on .