Brilliant Breeze Color Palette

Discover the beautiful Brilliant Breeze color palette featuring regent st blue (#9ac1df), lochmara (#007ab8), white (#ffffff), web orange (#ffaa00) and orange (#ff7024).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Orange, 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 Brilliant Breeze palette

Share this palette to:

💻 Brilliant Breeze color palette CSS

/* CSS */
.color-1 {
color: #9ac1df;
}
.color-2 {
color: #007ab8;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffaa00;
}
.color-5 {
color: #ff7024;
}

/* CSS Variables */
:root {
--color-1: #9ac1df;
--color-2: #007ab8;
--color-3: #ffffff;
--color-4: #ffaa00;
--color-5: #ff7024;
}

🌈 Brilliant Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ac1df, #007ab8, #ffffff, #ffaa00, #ff7024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ac1df, #007ab8, #ffffff, #ffaa00, #ff7024);
}

Brilliant Breeze color palette created on .