Carnival Whirlwind Color Palette

Discover the beautiful Carnival Whirlwind color palette featuring rose bud (#f7a1a3), energy yellow (#f9d74d), downy (#6ed4d2), burning orange (#ff7142) and sunglo (#e76a78).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Red, Teal, Yellow color palettes and combinations.

💡 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 Carnival Whirlwind palette

Share this palette to:

💻 Carnival Whirlwind color palette CSS

/* CSS */
.color-1 {
color: #f7a1a3;
}
.color-2 {
color: #f9d74d;
}
.color-3 {
color: #6ed4d2;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #e76a78;
}

/* CSS Variables */
:root {
--color-1: #f7a1a3;
--color-2: #f9d74d;
--color-3: #6ed4d2;
--color-4: #ff7142;
--color-5: #e76a78;
}

🌈 Carnival Whirlwind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a3, #f9d74d, #6ed4d2, #ff7142, #e76a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a3, #f9d74d, #6ed4d2, #ff7142, #e76a78);
}

Carnival Whirlwind color palette created on .