Sage Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Green palette

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

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

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

Sage Green カラーパレット CSS

/* CSS */
.color-1 {
color: #b7c9b5;
}
.color-2 {
color: #a9bba5;
}
.color-3 {
color: #8eb08d;
}
.color-4 {
color: #6a9a71;
}
.color-5 {
color: #4b7c5a;
}

/* CSS Variables */
:root {
--color-1: #b7c9b5;
--color-2: #a9bba5;
--color-3: #8eb08d;
--color-4: #6a9a71;
--color-5: #4b7c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c9b5, #a9bba5, #8eb08d, #6a9a71, #4b7c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c9b5, #a9bba5, #8eb08d, #6a9a71, #4b7c5a);
}

Sage Green color palette created on .