Discover the beautiful Red Buccaneer color palette featuring roman coffee (#7d4a4a), matrix (#a65c59), oriental pink (#c78b8a), cavern pink (#e0b5b2) and azalea (#f7d6d4).
Red Buccaneer Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Red Buccaneer palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Red Buccaneer palette
💻 Red Buccaneer color palette CSS
/* CSS */
.color-1 {
color: #7d4a4a;
}
.color-2 {
color: #a65c59;
}
.color-3 {
color: #c78b8a;
}
.color-4 {
color: #e0b5b2;
}
.color-5 {
color: #f7d6d4;
}
/* CSS Variables */
:root {
--color-1: #7d4a4a;
--color-2: #a65c59;
--color-3: #c78b8a;
--color-4: #e0b5b2;
--color-5: #f7d6d4;
}
🌈 Red Buccaneer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4a4a, #a65c59, #c78b8a, #e0b5b2, #f7d6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4a4a, #a65c59, #c78b8a, #e0b5b2, #f7d6d4);
}
🔗 Explore similar color palettes
Red Buccaneer color palette created on .