Wistful Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wistful Whispers palette
Wistful Whispers color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #8a7b9d;
}
.color-3 {
color: #b3a3c8;
}
.color-4 {
color: #e1b7d1;
}
.color-5 {
color: #f5a8c8;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8a7b9d;
--color-3: #b3a3c8;
--color-4: #e1b7d1;
--color-5: #f5a8c8;
}
Wistful Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8a7b9d, #b3a3c8, #e1b7d1, #f5a8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8a7b9d, #b3a3c8, #e1b7d1, #f5a8c8);
}
Similar color palettes
Wistful Whispers color palette created on .