Celestial Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Voyage palette

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

Celestial Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #3c6f9f;
}
.color-2 {
color: #5bb3c2;
}
.color-3 {
color: #9fd8e5;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #5bb3c2;
--color-3: #9fd8e5;
--color-4: #f0a800;
--color-5: #ff7142;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}

Celestial Voyage color palette created on .