Gems of Enchantment Color Palette

Discover the beautiful Gems of Enchantment color palette featuring wedgewood (#4c7d9a), strikemaster (#a35c91), finn (#6d2c64), tacao (#efbf7b) and straw (#d5c47c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Aesthetic, Fun, Vibrant, Retro 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 Gems of Enchantment palette

Share this palette to:

💻 Gems of Enchantment color palette CSS

/* CSS */
.color-1 {
color: #4c7d9a;
}
.color-2 {
color: #a35c91;
}
.color-3 {
color: #6d2c64;
}
.color-4 {
color: #efbf7b;
}
.color-5 {
color: #d5c47c;
}

/* CSS Variables */
:root {
--color-1: #4c7d9a;
--color-2: #a35c91;
--color-3: #6d2c64;
--color-4: #efbf7b;
--color-5: #d5c47c;
}

🌈 Gems of Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7d9a, #a35c91, #6d2c64, #efbf7b, #d5c47c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7d9a, #a35c91, #6d2c64, #efbf7b, #d5c47c);
}

Gems of Enchantment color palette created on .