Cosmic Voyage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Voyage palette

Share this palette to:

Cosmic Voyage color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #3b6d9b;
}
.color-3 {
color: #5fbf9a;
}
.color-4 {
color: #f0ba4c;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #3b6d9b;
--color-3: #5fbf9a;
--color-4: #f0ba4c;
--color-5: #ff6d1f;
}

Cosmic Voyage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #3b6d9b, #5fbf9a, #f0ba4c, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #3b6d9b, #5fbf9a, #f0ba4c, #ff6d1f);
}

Cosmic Voyage color palette created on .