Blue Ombre Color Palette

Discover the beautiful Blue Ombre color palette featuring dodger blue (#1f8fff), picton blue (#3bb5f7), malibu (#5dc8f9), malibu (#8ee1fa) and french pass (#b3e8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Ombre, Aesthetic, Bright, Spring, Summer, Vibrant, Ocean 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 Blue Ombre palette

Share this palette to:

💻 Blue Ombre color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3bb5f7;
}
.color-3 {
color: #5dc8f9;
}
.color-4 {
color: #8ee1fa;
}
.color-5 {
color: #b3e8ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3bb5f7;
--color-3: #5dc8f9;
--color-4: #8ee1fa;
--color-5: #b3e8ff;
}

🌈 Blue Ombre background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3bb5f7, #5dc8f9, #8ee1fa, #b3e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3bb5f7, #5dc8f9, #8ee1fa, #b3e8ff);
}

Blue Ombre color palette created on .