Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラー パレット PNG 画像

Download celestial harmony color palette PNG image (landscape)
Download celestial harmony color palette PNG image (square)

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #393e79;
}
.color-3 {
color: #5b709a;
}
.color-4 {
color: #8c9bc0;
}
.color-5 {
color: #b1c5e2;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #393e79;
--color-3: #5b709a;
--color-4: #8c9bc0;
--color-5: #b1c5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #393e79, #5b709a, #8c9bc0, #b1c5e2);
}

Celestial Harmony color palette created on .