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