Kathrine Breeze Color Palette

Discover the beautiful Kathrine Breeze color palette featuring regent st blue (#a4d4e5), half baked (#7bb3d5), steel blue (#4c89b8), st tropaz (#2b5b88) and tarawera (#0a3d5c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Kathrine Breeze color palette CSS

/* CSS */
.color-1 {
color: #a4d4e5;
}
.color-2 {
color: #7bb3d5;
}
.color-3 {
color: #4c89b8;
}
.color-4 {
color: #2b5b88;
}
.color-5 {
color: #0a3d5c;
}

/* CSS Variables */
:root {
--color-1: #a4d4e5;
--color-2: #7bb3d5;
--color-3: #4c89b8;
--color-4: #2b5b88;
--color-5: #0a3d5c;
}

🌈 Kathrine Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d4e5, #7bb3d5, #4c89b8, #2b5b88, #0a3d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d4e5, #7bb3d5, #4c89b8, #2b5b88, #0a3d5c);
}

Kathrine Breeze color palette created on .