Sage Healer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Healer palette

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

Sage Healer カラー パレット PNG 画像

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

Sage Healer カラーパレット CSS

/* CSS */
.color-1 {
color: #8e9b78;
}
.color-2 {
color: #b7d99b;
}
.color-3 {
color: #d2e3c4;
}
.color-4 {
color: #e4f4e1;
}
.color-5 {
color: #f7f7f3;
}

/* CSS Variables */
:root {
--color-1: #8e9b78;
--color-2: #b7d99b;
--color-3: #d2e3c4;
--color-4: #e4f4e1;
--color-5: #f7f7f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e9b78, #b7d99b, #d2e3c4, #e4f4e1, #f7f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e9b78, #b7d99b, #d2e3c4, #e4f4e1, #f7f7f3);
}

Sage Healer color palette created on .