Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #3a6092;
}
.color-3 {
color: #587ebb;
}
.color-4 {
color: #8cb6e3;
}
.color-5 {
color: #a1d6e8;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3a6092;
--color-3: #587ebb;
--color-4: #8cb6e3;
--color-5: #a1d6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3a6092, #587ebb, #8cb6e3, #a1d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3a6092, #587ebb, #8cb6e3, #a1d6e8);
}

Celestial Harmony color palette created on .