Godness of Stars Color Palette

Discover the beautiful Godness of Stars color palette featuring lucky point (#242165), east bay (#3f4689), scampi (#6266ad), wild blue yonder (#8a96c1) and prelude (#cdbde0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Lavender, Modern, Pastel, Soft 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 Godness of Stars palette

Share this palette to:

💻 Godness of Stars color palette CSS

/* CSS */
.color-1 {
color: #242165;
}
.color-2 {
color: #3f4689;
}
.color-3 {
color: #6266ad;
}
.color-4 {
color: #8a96c1;
}
.color-5 {
color: #cdbde0;
}

/* CSS Variables */
:root {
--color-1: #242165;
--color-2: #3f4689;
--color-3: #6266ad;
--color-4: #8a96c1;
--color-5: #cdbde0;
}

🌈 Godness of Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #242165, #3f4689, #6266ad, #8a96c1, #cdbde0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #242165, #3f4689, #6266ad, #8a96c1, #cdbde0);
}

Godness of Stars color palette created on .