Royal Red Color Palette

Discover the beautiful Royal Red color palette featuring crimson (#c6102e), cinnabar (#e13e33), froly (#f06a6a), web orange (#f5a300) and school bus yellow (#ffd900).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Vibrant, Summer, Elegant, Gold, Coral, Warm, 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 Royal Red palette

Share this palette to:

💻 Royal Red color palette CSS

/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f06a6a;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #e13e33;
--color-3: #f06a6a;
--color-4: #f5a300;
--color-5: #ffd900;
}

🌈 Royal Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #e13e33, #f06a6a, #f5a300, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #e13e33, #f06a6a, #f5a300, #ffd900);
}

Royal Red color palette created on .