Lush Gemstone Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lush Gemstone Harmony palette

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

Lush Gemstone Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #d8eee0;
}
.color-2 {
color: #f4fbdf;
}
.color-3 {
color: #fbfce8;
}
.color-4 {
color: #f9ecc3;
}
.color-5 {
color: #ede4ab;
}

/* CSS Variables */
:root {
--color-1: #d8eee0;
--color-2: #f4fbdf;
--color-3: #fbfce8;
--color-4: #f9ecc3;
--color-5: #ede4ab;
}

Lush Gemstone Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8eee0, #f4fbdf, #fbfce8, #f9ecc3, #ede4ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8eee0, #f4fbdf, #fbfce8, #f9ecc3, #ede4ab);
}

Lush Gemstone Harmony color palette created on .