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: #b0c4de;
}
.color-2 {
color: #a285c1;
}
.color-3 {
color: #d2c3df;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e2a48d;
}
/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #a285c1;
--color-3: #d2c3df;
--color-4: #f1c84b;
--color-5: #e2a48d;
}
Whimsical Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #a285c1, #d2c3df, #f1c84b, #e2a48d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #a285c1, #d2c3df, #f1c84b, #e2a48d);
}
Similar color palettes
Whimsical Wings color palette created on .