Cyber Pastel Dream Color Palette

Discover the beautiful Cyber Pastel Dream color palette featuring hot pink (#ff7ab4), malibu (#7abfff), melrose (#b3b3ff), lavender rose (#ffb3ff) and salmon (#ff7a7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyberpunk, Pastel, Pink, Blue, Bright, Modern, Vibrant, Soft, 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 Cyber Pastel Dream palette

Share this palette to:

💻 Cyber Pastel Dream color palette CSS

/* CSS */
.color-1 {
color: #ff7ab4;
}
.color-2 {
color: #7abfff;
}
.color-3 {
color: #b3b3ff;
}
.color-4 {
color: #ffb3ff;
}
.color-5 {
color: #ff7a7a;
}

/* CSS Variables */
:root {
--color-1: #ff7ab4;
--color-2: #7abfff;
--color-3: #b3b3ff;
--color-4: #ffb3ff;
--color-5: #ff7a7a;
}

🌈 Cyber Pastel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7ab4, #7abfff, #b3b3ff, #ffb3ff, #ff7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7ab4, #7abfff, #b3b3ff, #ffb3ff, #ff7a7a);
}

Cyber Pastel Dream color palette created on .