Paleta de colores Phoenix Rebirth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Phoenix Rebirth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Phoenix Rebirth

Download phoenix rebirth color palette PNG image (landscape)
Download phoenix rebirth color palette PNG image (square)

CSS de la paleta de colores Phoenix Rebirth

/* 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;
}

CSS del degradado de fondo Phoenix Rebirth

/* 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);
}

Phoenix Rebirth color palette created on .