Targaryen Color Palette
Discover the beautiful Targaryen color palette featuring tamarillo (#a40e0e), tall poppy (#be2727), roman (#e05c5c), wewak (#f1a7a7) and vanilla ice (#f4d7d7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withRed, Dragon, Fire, Bright, Summer, Monochromatic, High Contrast, Modern, Vibrant 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 Targaryen palette
💻 Targaryen color palette CSS
/* CSS */
.color-1 {
color: #a40e0e;
}
.color-2 {
color: #be2727;
}
.color-3 {
color: #e05c5c;
}
.color-4 {
color: #f1a7a7;
}
.color-5 {
color: #f4d7d7;
}
/* CSS Variables */
:root {
--color-1: #a40e0e;
--color-2: #be2727;
--color-3: #e05c5c;
--color-4: #f1a7a7;
--color-5: #f4d7d7;
}
🌈 Targaryen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a40e0e, #be2727, #e05c5c, #f1a7a7, #f4d7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a40e0e, #be2727, #e05c5c, #f1a7a7, #f4d7d7);
}
🔗 Explore similar color palettes
Targaryen color palette created on .