Blazing Heart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blazing Heart palette

Share this palette to:

Blazing Heart color palette PNG image

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

Blazing Heart color palette CSS

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

Blazing Heart background gradient CSS

/* 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 .