Celestial Express カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Express palette

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

Celestial Express カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b4a;
}
.color-2 {
color: #2e4a7f;
}
.color-3 {
color: #4c8db8;
}
.color-4 {
color: #80c6e0;
}
.color-5 {
color: #b9e3f3;
}

/* CSS Variables */
:root {
--color-1: #1c2b4a;
--color-2: #2e4a7f;
--color-3: #4c8db8;
--color-4: #80c6e0;
--color-5: #b9e3f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4a, #2e4a7f, #4c8db8, #80c6e0, #b9e3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4a, #2e4a7f, #4c8db8, #80c6e0, #b9e3f3);
}

Celestial Express color palette created on .