Heartfelt Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heartfelt Harmony palette
Heartfelt Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f8e91b;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #ff3d81;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #f8e91b;
--color-4: #a2dae6;
--color-5: #ff3d81;
}
Heartfelt Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #f8e91b, #a2dae6, #ff3d81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #f8e91b, #a2dae6, #ff3d81);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Heartfelt Harmony color palette created on .