Spiced Sunrise Color Palette

Discover the beautiful Spiced Sunrise color palette featuring cinnabar (#e34435), flamingo (#f5683d), orange peel (#faa200), tacha (#d9c76d) and spring rain (#a1c9a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Red, Orange, Yellow, 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 Spiced Sunrise palette

Share this palette to:

💻 Spiced Sunrise color palette CSS

/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #f5683d;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #d9c76d;
}
.color-5 {
color: #a1c9a5;
}

/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #f5683d;
--color-3: #faa200;
--color-4: #d9c76d;
--color-5: #a1c9a5;
}

🌈 Spiced Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #f5683d, #faa200, #d9c76d, #a1c9a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #f5683d, #faa200, #d9c76d, #a1c9a5);
}

Spiced Sunrise color palette created on .