Cosmic Voyage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Voyage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cosmic Voyage Color Palette (PNG)
Cosmic Voyage color palette 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 background gradient 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);
}
Similar color palettes
Cosmic Voyage color palette created on .