Carnation Pink Bliss Color Palette

Discover the beautiful Carnation Pink Bliss color palette featuring carnation pink (#ffa8cb), hot pink (#ff7ab2), wild strawberry (#ff4d9d), cerise (#d53f8c) and hibiscus (#a62b6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Fun, Aesthetic, Vibrant 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 Carnation Pink Bliss palette

Share this palette to:

💻 Carnation Pink Bliss color palette CSS

/* CSS */
.color-1 {
color: #ffa8cb;
}
.color-2 {
color: #ff7ab2;
}
.color-3 {
color: #ff4d9d;
}
.color-4 {
color: #d53f8c;
}
.color-5 {
color: #a62b6f;
}

/* CSS Variables */
:root {
--color-1: #ffa8cb;
--color-2: #ff7ab2;
--color-3: #ff4d9d;
--color-4: #d53f8c;
--color-5: #a62b6f;
}

🌈 Carnation Pink Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa8cb, #ff7ab2, #ff4d9d, #d53f8c, #a62b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa8cb, #ff7ab2, #ff4d9d, #d53f8c, #a62b6f);
}

Carnation Pink Bliss color palette created on .