Red Wyvern Color Palette

Discover the beautiful Red Wyvern color palette featuring tall poppy (#b42233), cinnabar (#e13e33), ecstasy (#f6741e), buttercup (#f5a524) and bright sun (#f9df39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fire, Fun, Modern, Orange, Red, Summer, Vibrant, 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 Red Wyvern palette

Share this palette to:

💻 Red Wyvern color palette CSS

/* CSS */
.color-1 {
color: #b42233;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f6741e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f9df39;
}

/* CSS Variables */
:root {
--color-1: #b42233;
--color-2: #e13e33;
--color-3: #f6741e;
--color-4: #f5a524;
--color-5: #f9df39;
}

🌈 Red Wyvern background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42233, #e13e33, #f6741e, #f5a524, #f9df39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42233, #e13e33, #f6741e, #f5a524, #f9df39);
}

Red Wyvern color palette created on .