Cosmic Vibes Color Palette

Discover the beautiful Cosmic Vibes color palette featuring biscay (#1c2b6e), chambray (#3b5b8c), fountain blue (#60a0c3), ronchi (#f1c84b) and mandy (#e85e7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cosmo, Cyan, Light, Pink, Space, Teal, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Cosmic Vibes palette

Share this palette to:

💻 Cosmic Vibes color palette CSS

/* CSS */
.color-1 {
color: #1c2b6e;
}
.color-2 {
color: #3b5b8c;
}
.color-3 {
color: #60a0c3;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e85e7e;
}

/* CSS Variables */
:root {
--color-1: #1c2b6e;
--color-2: #3b5b8c;
--color-3: #60a0c3;
--color-4: #f1c84b;
--color-5: #e85e7e;
}

🌈 Cosmic Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6e, #3b5b8c, #60a0c3, #f1c84b, #e85e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6e, #3b5b8c, #60a0c3, #f1c84b, #e85e7e);
}

Cosmic Vibes color palette created on .