Gemstone Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gemstone Harmony palette

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

Gemstone Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3b8a;
}
.color-2 {
color: #4c6b9a;
}
.color-3 {
color: #7a9cbd;
}
.color-4 {
color: #c0b5d4;
}
.color-5 {
color: #e2a1b4;
}

/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #4c6b9a;
--color-3: #7a9cbd;
--color-4: #c0b5d4;
--color-5: #e2a1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #4c6b9a, #7a9cbd, #c0b5d4, #e2a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #4c6b9a, #7a9cbd, #c0b5d4, #e2a1b4);
}

Gemstone Harmony color palette created on .