Pale Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pale Green palette

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

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

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

Pale Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b1d8b1;
}
.color-2 {
color: #f5c7d5;
}
.color-3 {
color: #e9d6aa;
}
.color-4 {
color: #d9d6c4;
}
.color-5 {
color: #c1c6e1;
}

/* CSS Variables */
:root {
--color-1: #b1d8b1;
--color-2: #f5c7d5;
--color-3: #e9d6aa;
--color-4: #d9d6c4;
--color-5: #c1c6e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1d8b1, #f5c7d5, #e9d6aa, #d9d6c4, #c1c6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1d8b1, #f5c7d5, #e9d6aa, #d9d6c4, #c1c6e1);
}

Pale Green color palette created on .