Celestial Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Voyage palette

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

Celestial Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b4a;
}
.color-2 {
color: #3d4c7b;
}
.color-3 {
color: #7a8ca8;
}
.color-4 {
color: #a3c4d7;
}
.color-5 {
color: #dfe7f1;
}

/* CSS Variables */
:root {
--color-1: #1c2b4a;
--color-2: #3d4c7b;
--color-3: #7a8ca8;
--color-4: #a3c4d7;
--color-5: #dfe7f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b4a, #3d4c7b, #7a8ca8, #a3c4d7, #dfe7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b4a, #3d4c7b, #7a8ca8, #a3c4d7, #dfe7f1);
}

Celestial Voyage color palette created on .