Analia's Breeze Color Palette

Discover the beautiful Analia's Breeze color palette featuring rajah (#f8c572), rose bud (#f9b79f), jaffa (#f29d3a), burnt sienna (#e76f3c) and cranberry (#d45e7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Orange, Peach, Soft, Spring, 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 Analia's Breeze palette

Share this palette to:

💻 Analia's Breeze color palette CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9b79f;
}
.color-3 {
color: #f29d3a;
}
.color-4 {
color: #e76f3c;
}
.color-5 {
color: #d45e7b;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9b79f;
--color-3: #f29d3a;
--color-4: #e76f3c;
--color-5: #d45e7b;
}

🌈 Analia's Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9b79f, #f29d3a, #e76f3c, #d45e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9b79f, #f29d3a, #e76f3c, #d45e7b);
}

Analia's Breeze color palette created on .