Cerebral Azure Color Palette

Discover the beautiful Cerebral Azure color palette featuring eastern blue (#1e80be), shakespeare (#4eb3d4), seagull (#86d0e9), blizzard blue (#b2e5f0) and white ice (#e0f7fa).

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 Cerebral Azure palette

Share this palette to:

💻 Cerebral Azure color palette CSS

/* CSS */
.color-1 {
color: #1e80be;
}
.color-2 {
color: #4eb3d4;
}
.color-3 {
color: #86d0e9;
}
.color-4 {
color: #b2e5f0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #1e80be;
--color-2: #4eb3d4;
--color-3: #86d0e9;
--color-4: #b2e5f0;
--color-5: #e0f7fa;
}

🌈 Cerebral Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e80be, #4eb3d4, #86d0e9, #b2e5f0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e80be, #4eb3d4, #86d0e9, #b2e5f0, #e0f7fa);
}

Cerebral Azure color palette created on .