Rose Gold Bliss Color Palette

Discover the beautiful Rose Gold Bliss color palette featuring my pink (#d19a89), cashmere (#e1b5a3), mandys pink (#f2c5b5), linen (#f8e1d3) and dairy cream (#f9d6b4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Light, Soft, Warm, Elegant, Peach, 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 Rose Gold Bliss palette

Share this palette to:

💻 Rose Gold Bliss color palette CSS

/* CSS */
.color-1 {
color: #d19a89;
}
.color-2 {
color: #e1b5a3;
}
.color-3 {
color: #f2c5b5;
}
.color-4 {
color: #f8e1d3;
}
.color-5 {
color: #f9d6b4;
}

/* CSS Variables */
:root {
--color-1: #d19a89;
--color-2: #e1b5a3;
--color-3: #f2c5b5;
--color-4: #f8e1d3;
--color-5: #f9d6b4;
}

🌈 Rose Gold Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a89, #e1b5a3, #f2c5b5, #f8e1d3, #f9d6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a89, #e1b5a3, #f2c5b5, #f8e1d3, #f9d6b4);
}

Rose Gold Bliss color palette created on .