Phoenix Rebirth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Phoenix Rebirth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Phoenix Rebirth Color Palette (PNG)
Phoenix Rebirth color palette CSS
/* CSS */
.color-1 {
color: #ff4400;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #abff2e;
}
.color-5 {
color: #00fa9a;
}
/* CSS Variables */
:root {
--color-1: #ff4400;
--color-2: #ff8c00;
--color-3: #ffd900;
--color-4: #abff2e;
--color-5: #00fa9a;
}
Phoenix Rebirth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4400, #ff8c00, #ffd900, #abff2e, #00fa9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4400, #ff8c00, #ffd900, #abff2e, #00fa9a);
}
Similar color palettes
Phoenix Rebirth color palette created on .