Sweet Whirlwind Color Palette
Discover the beautiful Sweet Whirlwind color palette featuring sundown (#ffabbb), romantic (#ffd6be), cape honey (#ffe9ad), mint tulip (#bee8f4) and azalea (#f8cadc).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sweet Whirlwind palette
💻 Sweet Whirlwind color palette CSS
/* CSS */
.color-1 {
color: #ffabbb;
}
.color-2 {
color: #ffd6be;
}
.color-3 {
color: #ffe9ad;
}
.color-4 {
color: #bee8f4;
}
.color-5 {
color: #f8cadc;
}
/* CSS Variables */
:root {
--color-1: #ffabbb;
--color-2: #ffd6be;
--color-3: #ffe9ad;
--color-4: #bee8f4;
--color-5: #f8cadc;
} 🌈 Sweet Whirlwind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffabbb, #ffd6be, #ffe9ad, #bee8f4, #f8cadc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffabbb, #ffd6be, #ffe9ad, #bee8f4, #f8cadc);
} 🔗 Explore similar color palettes
Sweet Whirlwind color palette created on .