Bryce Color Palette
Discover the beautiful Bryce color palette featuring tapestry (#a45b7c), cameo (#d5b39a), janna (#f2e2cf), regent st blue (#a7c6e7) and patina (#6f9b8c).
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 Bryce palette
💻 Bryce color palette CSS
/* CSS */
.color-1 {
color: #a45b7c;
}
.color-2 {
color: #d5b39a;
}
.color-3 {
color: #f2e2cf;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #6f9b8c;
}
/* CSS Variables */
:root {
--color-1: #a45b7c;
--color-2: #d5b39a;
--color-3: #f2e2cf;
--color-4: #a7c6e7;
--color-5: #6f9b8c;
} 🌈 Bryce background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45b7c, #d5b39a, #f2e2cf, #a7c6e7, #6f9b8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45b7c, #d5b39a, #f2e2cf, #a7c6e7, #6f9b8c);
} 🔗 Explore similar color palettes
Bryce color palette created on .