Bridal Heath Color Palette

Discover the beautiful Bridal Heath color palette featuring bridal heath (#fffaf0), satin linen (#e4ded3), swirl (#d5c9c3), cold turkey (#c4b2b0) and del rio (#b1a29a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Elegant, Light, Minimalist, Neutral, Soft 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 Bridal Heath palette

Share this palette to:

💻 Bridal Heath color palette CSS

/* CSS */
.color-1 {
color: #fffaf0;
}
.color-2 {
color: #e4ded3;
}
.color-3 {
color: #d5c9c3;
}
.color-4 {
color: #c4b2b0;
}
.color-5 {
color: #b1a29a;
}

/* CSS Variables */
:root {
--color-1: #fffaf0;
--color-2: #e4ded3;
--color-3: #d5c9c3;
--color-4: #c4b2b0;
--color-5: #b1a29a;
}

🌈 Bridal Heath background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffaf0, #e4ded3, #d5c9c3, #c4b2b0, #b1a29a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffaf0, #e4ded3, #d5c9c3, #c4b2b0, #b1a29a);
}

Bridal Heath color palette created on .