Crimson Sunrise Color Palette

Discover the beautiful Crimson Sunrise color palette featuring dark burgundy (#770810), manhattan (#f7c6a6), marzipan (#f9d89f), apricot peach (#fcd4b6) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Soft, Bright, Summer 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 Crimson Sunrise palette

Share this palette to:

💻 Crimson Sunrise color palette CSS

/* CSS */
.color-1 {
color: #770810;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #fcd4b6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #770810;
--color-2: #f7c6a6;
--color-3: #f9d89f;
--color-4: #fcd4b6;
--color-5: #ff6e61;
}

🌈 Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #770810, #f7c6a6, #f9d89f, #fcd4b6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #770810, #f7c6a6, #f9d89f, #fcd4b6, #ff6e61);
}

Crimson Sunrise color palette created on .