God of Music Color Palette

Discover the beautiful God of Music color palette featuring ship cove (#7f8cc1), lavender gray (#b8bdd8), swans down (#d7eee6), double pearl lusta (#fcf4ca) and peach schnapps (#fed9d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Cream, Elegant, Lavender, Muted, Pink, Soft, Summer, Warm 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 God of Music palette

Share this palette to:

💻 God of Music color palette CSS

/* CSS */
.color-1 {
color: #7f8cc1;
}
.color-2 {
color: #b8bdd8;
}
.color-3 {
color: #d7eee6;
}
.color-4 {
color: #fcf4ca;
}
.color-5 {
color: #fed9d5;
}

/* CSS Variables */
:root {
--color-1: #7f8cc1;
--color-2: #b8bdd8;
--color-3: #d7eee6;
--color-4: #fcf4ca;
--color-5: #fed9d5;
}

🌈 God of Music background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f8cc1, #b8bdd8, #d7eee6, #fcf4ca, #fed9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f8cc1, #b8bdd8, #d7eee6, #fcf4ca, #fed9d5);
}

God of Music color palette created on .