Briar Bliss Color Palette
Discover the beautiful Briar Bliss color palette featuring kabul (#5a3f3f), au chico (#a45b5b), new york pink (#d77979), wewak (#f6b1b1) and dawn pink (#f1e4e4).
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 Briar Bliss palette
💻 Briar Bliss color palette CSS
/* CSS */
.color-1 {
color: #5a3f3f;
}
.color-2 {
color: #a45b5b;
}
.color-3 {
color: #d77979;
}
.color-4 {
color: #f6b1b1;
}
.color-5 {
color: #f1e4e4;
}
/* CSS Variables */
:root {
--color-1: #5a3f3f;
--color-2: #a45b5b;
--color-3: #d77979;
--color-4: #f6b1b1;
--color-5: #f1e4e4;
} 🌈 Briar Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3f3f, #a45b5b, #d77979, #f6b1b1, #f1e4e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3f3f, #a45b5b, #d77979, #f6b1b1, #f1e4e4);
} 🔗 Explore similar color palettes
Briar Bliss color palette created on .