Phoenix Ascendancy Color Palette
Discover the beautiful Phoenix Ascendancy color palette featuring chathams blue (#1a3d7a), san marino (#4a6fb0), silver tree (#6fbe9d), burnt sienna (#e57b38) and chestnut rose (#c95d59).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern 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 Phoenix Ascendancy palette
💻 Phoenix Ascendancy color palette CSS
/* CSS */
.color-1 {
color: #1a3d7a;
}
.color-2 {
color: #4a6fb0;
}
.color-3 {
color: #6fbe9d;
}
.color-4 {
color: #e57b38;
}
.color-5 {
color: #c95d59;
}
/* CSS Variables */
:root {
--color-1: #1a3d7a;
--color-2: #4a6fb0;
--color-3: #6fbe9d;
--color-4: #e57b38;
--color-5: #c95d59;
} 🌈 Phoenix Ascendancy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3d7a, #4a6fb0, #6fbe9d, #e57b38, #c95d59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3d7a, #4a6fb0, #6fbe9d, #e57b38, #c95d59);
} 🔗 Explore similar color palettes
Phoenix Ascendancy color palette created on .