Whispers of Wisteria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Wisteria palette
Whispers of Wisteria color palette CSS
/* CSS */
.color-1 {
color: #eac7da;
}
.color-2 {
color: #b88995;
}
.color-3 {
color: #7d5e54;
}
.color-4 {
color: #50413f;
}
.color-5 {
color: #70322e;
}
/* CSS Variables */
:root {
--color-1: #eac7da;
--color-2: #b88995;
--color-3: #7d5e54;
--color-4: #50413f;
--color-5: #70322e;
}
Whispers of Wisteria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eac7da, #b88995, #7d5e54, #50413f, #70322e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eac7da, #b88995, #7d5e54, #50413f, #70322e);
}
Similar color palettes
Whispers of Wisteria color palette created on .