Heartfelt Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heartfelt Harmony palette

Share this palette to:

Heartfelt Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffd4b8;
}
.color-5 {
color: #ffebc2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffb69e;
--color-4: #ffd4b8;
--color-5: #ffebc2;
}

Heartfelt Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffb69e, #ffd4b8, #ffebc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffb69e, #ffd4b8, #ffebc2);
}

Heartfelt Harmony color palette created on .