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: #a76eaa;
}
.color-2 {
color: #b890bb;
}
.color-3 {
color: #d1b1d2;
}
.color-4 {
color: #dfc3df;
}
.color-5 {
color: #f5d1e7;
}
/* CSS Variables */
:root {
--color-1: #a76eaa;
--color-2: #b890bb;
--color-3: #d1b1d2;
--color-4: #dfc3df;
--color-5: #f5d1e7;
}
Whispers of Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76eaa, #b890bb, #d1b1d2, #dfc3df, #f5d1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76eaa, #b890bb, #d1b1d2, #dfc3df, #f5d1e7);
}
Similar color palettes
Whispers of Romance color palette created on .