Dawn Dragon Color Palette

Discover the beautiful Dawn Dragon color palette featuring equator (#e5b561), manhattan (#f6c1a7), illusion (#f8aac1), can can (#d68fb3) and amethyst (#a96cc1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dawn, Dragon, Pink, Purple, Soft, Spring, Sunset, Yellow 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 Dawn Dragon palette

Share this palette to:

💻 Dawn Dragon color palette CSS

/* CSS */
.color-1 {
color: #e5b561;
}
.color-2 {
color: #f6c1a7;
}
.color-3 {
color: #f8aac1;
}
.color-4 {
color: #d68fb3;
}
.color-5 {
color: #a96cc1;
}

/* CSS Variables */
:root {
--color-1: #e5b561;
--color-2: #f6c1a7;
--color-3: #f8aac1;
--color-4: #d68fb3;
--color-5: #a96cc1;
}

🌈 Dawn Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b561, #f6c1a7, #f8aac1, #d68fb3, #a96cc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b561, #f6c1a7, #f8aac1, #d68fb3, #a96cc1);
}

Dawn Dragon color palette created on .