Cosmic Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cosmic Voyage palette

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

Cosmic Voyage カラー パレット PNG 画像

Download cosmic voyage color palette PNG image (landscape)
Download cosmic voyage color palette PNG image (square)

Cosmic Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #ec4e22;
}
.color-2 {
color: #ec9451;
}
.color-3 {
color: #1867dc;
}
.color-4 {
color: #0e80be;
}
.color-5 {
color: #0d3478;
}

/* CSS Variables */
:root {
--color-1: #ec4e22;
--color-2: #ec9451;
--color-3: #1867dc;
--color-4: #0e80be;
--color-5: #0d3478;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec4e22, #ec9451, #1867dc, #0e80be, #0d3478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec4e22, #ec9451, #1867dc, #0e80be, #0d3478);
}

Cosmic Voyage color palette created on .