Blue Pink Color Palette

Discover the beautiful Blue Pink color palette featuring pacific blue (#0092c7), cerulean (#00b0e0), robin's egg blue (#00d9e0), tickle me pink (#ff7092) and mona lisa (#ff999c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Pink color palette CSS

/* CSS */
.color-1 {
color: #0092c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d9e0;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff999c;
}

/* CSS Variables */
:root {
--color-1: #0092c7;
--color-2: #00b0e0;
--color-3: #00d9e0;
--color-4: #ff7092;
--color-5: #ff999c;
}

🌈 Blue Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092c7, #00b0e0, #00d9e0, #ff7092, #ff999c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092c7, #00b0e0, #00d9e0, #ff7092, #ff999c);
}

Blue Pink color palette created on .