Sweet Whirlwind Color Palette
Discover the beautiful Sweet Whirlwind color palette featuring sundown (#ffadbc), romantic (#ffd5bd), cape honey (#ffe9ad), mint tulip (#bee8f4) and azalea (#f8c9db).
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: #ffadbc;
}
.color-2 {
color: #ffd5bd;
}
.color-3 {
color: #ffe9ad;
}
.color-4 {
color: #bee8f4;
}
.color-5 {
color: #f8c9db;
}
/* CSS Variables */
:root {
--color-1: #ffadbc;
--color-2: #ffd5bd;
--color-3: #ffe9ad;
--color-4: #bee8f4;
--color-5: #f8c9db;
}
🌈 Sweet Whirlwind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadbc, #ffd5bd, #ffe9ad, #bee8f4, #f8c9db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadbc, #ffd5bd, #ffe9ad, #bee8f4, #f8c9db);
}
🔗 Explore similar color palettes
Sweet Whirlwind color palette created on .