Quetzalcóatl Color Palette

Discover the beautiful Quetzalcóatl color palette featuring deep cerulean (#008e9e), powder blue (#b0e3df), texas rose (#ffb84d), burnt sienna (#e77040) and well read (#a9392d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Teal, Yellow, Orange, Red, Bright, Earthy, Green, Turquoise, Blue 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 Quetzalcóatl palette

Share this palette to:

💻 Quetzalcóatl color palette CSS

/* CSS */
.color-1 {
color: #008e9e;
}
.color-2 {
color: #b0e3df;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #e77040;
}
.color-5 {
color: #a9392d;
}

/* CSS Variables */
:root {
--color-1: #008e9e;
--color-2: #b0e3df;
--color-3: #ffb84d;
--color-4: #e77040;
--color-5: #a9392d;
}

🌈 Quetzalcóatl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008e9e, #b0e3df, #ffb84d, #e77040, #a9392d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008e9e, #b0e3df, #ffb84d, #e77040, #a9392d);
}

Quetzalcóatl color palette created on .