Bridget Robin Color Palette
Discover the beautiful Bridget Robin color palette featuring careys pink (#d2a3c3), viola (#c893a5), thatch (#b48d8f), coral reef (#c7c3a3) and sidecar (#f3e6b9).
Brightness
Saturation
Warmth
💡 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 Bridget Robin palette
💻 Bridget Robin color palette CSS
/* CSS */
.color-1 {
color: #d2a3c3;
}
.color-2 {
color: #c893a5;
}
.color-3 {
color: #b48d8f;
}
.color-4 {
color: #c7c3a3;
}
.color-5 {
color: #f3e6b9;
}
/* CSS Variables */
:root {
--color-1: #d2a3c3;
--color-2: #c893a5;
--color-3: #b48d8f;
--color-4: #c7c3a3;
--color-5: #f3e6b9;
} 🌈 Bridget Robin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3c3, #c893a5, #b48d8f, #c7c3a3, #f3e6b9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3c3, #c893a5, #b48d8f, #c7c3a3, #f3e6b9);
} 🔗 Explore similar color palettes
Bridget Robin color palette created on .