Red Heart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Heart palette

Share this palette to:

Red Heart color palette CSS

/* CSS */
.color-1 {
color: #e32e2b;
}
.color-2 {
color: #f34a44;
}
.color-3 {
color: #ff8952;
}
.color-4 {
color: #ffbf52;
}
.color-5 {
color: #ffdc52;
}

/* CSS Variables */
:root {
--color-1: #e32e2b;
--color-2: #f34a44;
--color-3: #ff8952;
--color-4: #ffbf52;
--color-5: #ffdc52;
}

Red Heart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e32e2b, #f34a44, #ff8952, #ffbf52, #ffdc52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e32e2b, #f34a44, #ff8952, #ffbf52, #ffdc52);
}

Red Heart color palette created on .