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: #1f1b79;
}
.color-2 {
color: #5b4c9a;
}
.color-3 {
color: #a67cc0;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6933;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #5b4c9a;
--color-3: #a67cc0;
--color-4: #f5a300;
--color-5: #ff6933;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #5b4c9a, #a67cc0, #f5a300, #ff6933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #5b4c9a, #a67cc0, #f5a300, #ff6933);
}

Celestial Harmony color palette created on .