Whimsical Wings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Wings palette
Whimsical Wings color palette CSS
/* CSS */
.color-1 {
color: #bfa2d7;
}
.color-2 {
color: #9c8dc9;
}
.color-3 {
color: #7a7ebd;
}
.color-4 {
color: #5c6b99;
}
.color-5 {
color: #3e4a75;
}
/* CSS Variables */
:root {
--color-1: #bfa2d7;
--color-2: #9c8dc9;
--color-3: #7a7ebd;
--color-4: #5c6b99;
--color-5: #3e4a75;
}
Whimsical Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa2d7, #9c8dc9, #7a7ebd, #5c6b99, #3e4a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa2d7, #9c8dc9, #7a7ebd, #5c6b99, #3e4a75);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Whimsical Wings color palette created on .