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