Whimsical Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Whispers palette
Whimsical Whispers color palette CSS
/* CSS */
.color-1 {
color: #6a4f78;
}
.color-2 {
color: #9a6a92;
}
.color-3 {
color: #d9a6b0;
}
.color-4 {
color: #f0c1c8;
}
.color-5 {
color: #f5e0b2;
}
/* CSS Variables */
:root {
--color-1: #6a4f78;
--color-2: #9a6a92;
--color-3: #d9a6b0;
--color-4: #f0c1c8;
--color-5: #f5e0b2;
}
Whimsical Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4f78, #9a6a92, #d9a6b0, #f0c1c8, #f5e0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4f78, #9a6a92, #d9a6b0, #f0c1c8, #f5e0b2);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whimsical Whispers color palette created on .