Crimson Sunrise Color Palette

Discover the beautiful Crimson Sunrise color palette featuring crimson (#c6102e), mandys pink (#f5b8b2), buttercup (#f1c40e), pear (#c6e538) and elm (#1f8a8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Vibrant, Summer, Fun 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: #c6102e;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #c6e538;
}
.color-5 {
color: #1f8a8e;
}

/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f5b8b2;
--color-3: #f1c40e;
--color-4: #c6e538;
--color-5: #1f8a8e;
}

🌈 Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f5b8b2, #f1c40e, #c6e538, #1f8a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f5b8b2, #f1c40e, #c6e538, #1f8a8e);
}

Crimson Sunrise color palette created on .