Blissful Euphoria Color Palette

Discover the beautiful Blissful Euphoria color palette featuring cotton candy (#ffb3e5), hot pink (#ff75b1), wild strawberry (#ff3d9e), lipstick (#c2006e) and pompadour (#7a005e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blissful Euphoria color palette CSS

/* CSS */
.color-1 {
color: #ffb3e5;
}
.color-2 {
color: #ff75b1;
}
.color-3 {
color: #ff3d9e;
}
.color-4 {
color: #c2006e;
}
.color-5 {
color: #7a005e;
}

/* CSS Variables */
:root {
--color-1: #ffb3e5;
--color-2: #ff75b1;
--color-3: #ff3d9e;
--color-4: #c2006e;
--color-5: #7a005e;
}

🌈 Blissful Euphoria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e5, #ff75b1, #ff3d9e, #c2006e, #7a005e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e5, #ff75b1, #ff3d9e, #c2006e, #7a005e);
}

Blissful Euphoria color palette created on .