Paleta de colores Starfire

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Starfire palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Starfire

Download starfire color palette PNG image (landscape)
Download starfire color palette PNG image (square)

CSS de la paleta de colores Starfire

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b42;
--color-3: #ffb84d;
--color-4: #ffd54d;
--color-5: #f9a824;
}

CSS del degradado de fondo Starfire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b42, #ffb84d, #ffd54d, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b42, #ffb84d, #ffd54d, #f9a824);
}

Starfire color palette created on .