RazzleDazzle Color Palette

Discover the beautiful RazzleDazzle color palette featuring wild watermelon (#ff4d88), texas rose (#ffb54d), romantic (#ffc8b3), anakiwa (#80d4ff) and cerulean blue (#2b6bb1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Fun, Orange, Pink, Summer, Vibrant 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 RazzleDazzle palette

Share this palette to:

💻 RazzleDazzle color palette CSS

/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #ffb54d;
}
.color-3 {
color: #ffc8b3;
}
.color-4 {
color: #80d4ff;
}
.color-5 {
color: #2b6bb1;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #ffb54d;
--color-3: #ffc8b3;
--color-4: #80d4ff;
--color-5: #2b6bb1;
}

🌈 RazzleDazzle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #ffb54d, #ffc8b3, #80d4ff, #2b6bb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #ffb54d, #ffc8b3, #80d4ff, #2b6bb1);
}

RazzleDazzle color palette created on .