Whispers of Heartbreak Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Heartbreak palette
Whispers of Heartbreak color palette CSS
/* CSS */
.color-1 {
color: #6c2d4b;
}
.color-2 {
color: #aa6e8a;
}
.color-3 {
color: #e1a7a3;
}
.color-4 {
color: #f8cfbf;
}
.color-5 {
color: #f8e4d3;
}
/* CSS Variables */
:root {
--color-1: #6c2d4b;
--color-2: #aa6e8a;
--color-3: #e1a7a3;
--color-4: #f8cfbf;
--color-5: #f8e4d3;
}
Whispers of Heartbreak background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c2d4b, #aa6e8a, #e1a7a3, #f8cfbf, #f8e4d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c2d4b, #aa6e8a, #e1a7a3, #f8cfbf, #f8e4d3);
}
Similar color palettes
Scroll down to explore 2 Romantic color palettes
Whispers of Heartbreak color palette created on .