Texas Rose Mesa Color Palette

Discover the beautiful Texas Rose Mesa color palette featuring charm (#d06c88), rose fog (#e1a8b4), azalea (#f4c8d3), pot pourri (#f5e5e6) and mandys pink (#f2b5a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Desert, Mesa, Pink, Soft, Spring, Warm 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 Texas Rose Mesa palette

Share this palette to:

💻 Texas Rose Mesa color palette CSS

/* CSS */
.color-1 {
color: #d06c88;
}
.color-2 {
color: #e1a8b4;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f5e5e6;
}
.color-5 {
color: #f2b5a1;
}

/* CSS Variables */
:root {
--color-1: #d06c88;
--color-2: #e1a8b4;
--color-3: #f4c8d3;
--color-4: #f5e5e6;
--color-5: #f2b5a1;
}

🌈 Texas Rose Mesa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d06c88, #e1a8b4, #f4c8d3, #f5e5e6, #f2b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d06c88, #e1a8b4, #f4c8d3, #f5e5e6, #f2b5a1);
}

Texas Rose Mesa color palette created on .