Whimsical Wings Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Wings palette

Share this palette to:

Whimsical Wings color palette CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f3e053;
}
.color-4 {
color: #f9a34e;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #a3d55d;
--color-3: #f3e053;
--color-4: #f9a34e;
--color-5: #f76e6e;
}

Whimsical Wings background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #a3d55d, #f3e053, #f9a34e, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #a3d55d, #f3e053, #f9a34e, #f76e6e);
}

Whimsical Wings color palette created on .