Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3f5b92;
}
.color-3 {
color: #5a7db5;
}
.color-4 {
color: #9ad5e0;
}
.color-5 {
color: #f3f9f0;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3f5b92;
--color-3: #5a7db5;
--color-4: #9ad5e0;
--color-5: #f3f9f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3f5b92, #5a7db5, #9ad5e0, #f3f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3f5b92, #5a7db5, #9ad5e0, #f3f9f0);
}

Celestial Harmony color palette created on .