Paleta de colores Blazing Heart

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blazing Heart palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blazing Heart

Download blazing heart color palette PNG image (landscape)
Download blazing heart color palette PNG image (square)

CSS de la paleta de colores Blazing Heart

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #f44034;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #4cae4f;
--color-5: #f44034;
}

CSS del degradado de fondo Blazing Heart

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #4cae4f, #f44034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #4cae4f, #f44034);
}

Blazing Heart color palette created on .