Celestial Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Voyage palette

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

Celestial Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5e8c;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #8bd6e5;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d75e33;
}

/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #4f8cba;
--color-3: #8bd6e5;
--color-4: #fab700;
--color-5: #d75e33;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #4f8cba, #8bd6e5, #fab700, #d75e33);
}

Celestial Voyage color palette created on .