Fizzarolli Color Palette

Discover the beautiful Fizzarolli color palette featuring coral (#ff8457), texas rose (#ffba52), salomie (#ffe785), malibu (#85d5fa) and malibu (#6ab7f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Apricot, Yellow, Bright, Warm, Spring, Beach, Fun 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 Fizzarolli palette

Share this palette to:

💻 Fizzarolli color palette CSS

/* CSS */
.color-1 {
color: #ff8457;
}
.color-2 {
color: #ffba52;
}
.color-3 {
color: #ffe785;
}
.color-4 {
color: #85d5fa;
}
.color-5 {
color: #6ab7f6;
}

/* CSS Variables */
:root {
--color-1: #ff8457;
--color-2: #ffba52;
--color-3: #ffe785;
--color-4: #85d5fa;
--color-5: #6ab7f6;
}

🌈 Fizzarolli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8457, #ffba52, #ffe785, #85d5fa, #6ab7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8457, #ffba52, #ffe785, #85d5fa, #6ab7f6);
}

Fizzarolli color palette created on .