Frosted Jewel Harmony Color Palette

Discover the beautiful Frosted Jewel Harmony color palette featuring malibu (#7a8cff), fruit salad (#4cae4f), old gold (#d4af35), cold purple (#a4b6df) and shuttle gray (#5f6d7c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Gold, Cool Winter 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 Frosted Jewel Harmony palette

Share this palette to:

💻 Frosted Jewel Harmony color palette CSS

/* CSS */
.color-1 {
color: #7a8cff;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #d4af35;
}
.color-4 {
color: #a4b6df;
}
.color-5 {
color: #5f6d7c;
}

/* CSS Variables */
:root {
--color-1: #7a8cff;
--color-2: #4cae4f;
--color-3: #d4af35;
--color-4: #a4b6df;
--color-5: #5f6d7c;
}

🌈 Frosted Jewel Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8cff, #4cae4f, #d4af35, #a4b6df, #5f6d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8cff, #4cae4f, #d4af35, #a4b6df, #5f6d7c);
}

Frosted Jewel Harmony color palette created on .