Whispers of Love Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Love palette
Whispers of Love color palette CSS
/* CSS */
.color-1 {
color: #f49fa1;
}
.color-2 {
color: #f1c1c1;
}
.color-3 {
color: #f0e2b7;
}
.color-4 {
color: #a6d9b8;
}
.color-5 {
color: #6fc3af;
}
/* CSS Variables */
:root {
--color-1: #f49fa1;
--color-2: #f1c1c1;
--color-3: #f0e2b7;
--color-4: #a6d9b8;
--color-5: #6fc3af;
}
Whispers of Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f49fa1, #f1c1c1, #f0e2b7, #a6d9b8, #6fc3af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f49fa1, #f1c1c1, #f0e2b7, #a6d9b8, #6fc3af);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Love color palette created on .