Cyclone Breeze Color Palette

Discover the beautiful Cyclone Breeze color palette featuring regent st blue (#aad4e9), viking (#6bb9e1), shakespeare (#4b9ece), manhattan (#f4b69f) and deep blush (#e2787e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Vibrant, Light, Soft, Cool Summer, Tropical, Bright 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 Cyclone Breeze palette

Share this palette to:

💻 Cyclone Breeze color palette CSS

/* CSS */
.color-1 {
color: #aad4e9;
}
.color-2 {
color: #6bb9e1;
}
.color-3 {
color: #4b9ece;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #e2787e;
}

/* CSS Variables */
:root {
--color-1: #aad4e9;
--color-2: #6bb9e1;
--color-3: #4b9ece;
--color-4: #f4b69f;
--color-5: #e2787e;
}

🌈 Cyclone Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad4e9, #6bb9e1, #4b9ece, #f4b69f, #e2787e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad4e9, #6bb9e1, #4b9ece, #f4b69f, #e2787e);
}

Cyclone Breeze color palette created on .