Whispers of Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Romance palette
Whispers of Romance color palette CSS
/* CSS */
.color-1 {
color: #b68fbd;
}
.color-2 {
color: #9f7ba7;
}
.color-3 {
color: #8e5a90;
}
.color-4 {
color: #f1b6d1;
}
.color-5 {
color: #f2abb3;
}
/* CSS Variables */
:root {
--color-1: #b68fbd;
--color-2: #9f7ba7;
--color-3: #8e5a90;
--color-4: #f1b6d1;
--color-5: #f2abb3;
}
Whispers of Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b68fbd, #9f7ba7, #8e5a90, #f1b6d1, #f2abb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b68fbd, #9f7ba7, #8e5a90, #f1b6d1, #f2abb3);
}
Similar color palettes
Whispers of Romance color palette created on .