Deep Cerulean Dream Color Palette

Discover the beautiful Deep Cerulean Dream color palette featuring deep cerulean (#007ba8), bondi blue (#0096b8), cerulean (#00b2d6), robin's egg blue (#00c7e6) and picton blue (#3dd5e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Tropical 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 Deep Cerulean Dream palette

Share this palette to:

💻 Deep Cerulean Dream color palette CSS

/* CSS */
.color-1 {
color: #007ba8;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #00b2d6;
}
.color-4 {
color: #00c7e6;
}
.color-5 {
color: #3dd5e6;
}

/* CSS Variables */
:root {
--color-1: #007ba8;
--color-2: #0096b8;
--color-3: #00b2d6;
--color-4: #00c7e6;
--color-5: #3dd5e6;
}

🌈 Deep Cerulean Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007ba8, #0096b8, #00b2d6, #00c7e6, #3dd5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007ba8, #0096b8, #00b2d6, #00c7e6, #3dd5e6);
}

Deep Cerulean Dream color palette created on .