Enchanted Dusk Chronicles Color Palette

Discover the beautiful Enchanted Dusk Chronicles color palette featuring martinique (#463559), smoky (#665a77), mobster (#837490), shady lady (#ab96a6) and blossom (#dcb7c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Earthy, Gray, Lavender, Muted, Plum, Retro, Soft, Vintage, 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 Enchanted Dusk Chronicles palette

Share this palette to:

💻 Enchanted Dusk Chronicles color palette CSS

/* CSS */
.color-1 {
color: #463559;
}
.color-2 {
color: #665a77;
}
.color-3 {
color: #837490;
}
.color-4 {
color: #ab96a6;
}
.color-5 {
color: #dcb7c5;
}

/* CSS Variables */
:root {
--color-1: #463559;
--color-2: #665a77;
--color-3: #837490;
--color-4: #ab96a6;
--color-5: #dcb7c5;
}

🌈 Enchanted Dusk Chronicles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #463559, #665a77, #837490, #ab96a6, #dcb7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #463559, #665a77, #837490, #ab96a6, #dcb7c5);
}

Enchanted Dusk Chronicles color palette created on .