Cerulean Dreams Color Palette

Discover the beautiful Cerulean Dreams color palette featuring wedgewood (#4d7f9d), bali hai (#7da1b5), pigeon post (#a5c6d5), botticelli (#d2e6ea) and catskill white (#f5f8fa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light, Summer 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 Cerulean Dreams palette

Share this palette to:

💻 Cerulean Dreams color palette CSS

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #7da1b5;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #d2e6ea;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #7da1b5;
--color-3: #a5c6d5;
--color-4: #d2e6ea;
--color-5: #f5f8fa;
}

🌈 Cerulean Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}

Cerulean Dreams color palette created on .