Dark Purple Sunrise Color Palette

Discover the beautiful Dark Purple Sunrise color palette featuring victoria (#5c3f8d), trendy pink (#8d5aa0), alpine (#b29e38), buttercup (#f1c40e) and buccaneer (#682c2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Yellow, Bright, Elegant, Vintage 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 Dark Purple Sunrise palette

Share this palette to:

💻 Dark Purple Sunrise color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #8d5aa0;
}
.color-3 {
color: #b29e38;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #682c2f;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #8d5aa0;
--color-3: #b29e38;
--color-4: #f1c40e;
--color-5: #682c2f;
}

🌈 Dark Purple Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #8d5aa0, #b29e38, #f1c40e, #682c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #8d5aa0, #b29e38, #f1c40e, #682c2f);
}

Dark Purple Sunrise color palette created on .