Dr Pepper Color Palette
Discover the beautiful Dr Pepper color palette featuring cedar (#461515), crown of thorns (#7e1e1f), well read (#a62e2f), medium carmine (#b83c3d) and aubergine (#3b0b0b).
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 Dr Pepper palette
💻 Dr Pepper color palette CSS
/* CSS */
.color-1 {
color: #461515;
}
.color-2 {
color: #7e1e1f;
}
.color-3 {
color: #a62e2f;
}
.color-4 {
color: #b83c3d;
}
.color-5 {
color: #3b0b0b;
}
/* CSS Variables */
:root {
--color-1: #461515;
--color-2: #7e1e1f;
--color-3: #a62e2f;
--color-4: #b83c3d;
--color-5: #3b0b0b;
} 🌈 Dr Pepper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #461515, #7e1e1f, #a62e2f, #b83c3d, #3b0b0b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #461515, #7e1e1f, #a62e2f, #b83c3d, #3b0b0b);
} 🔗 Explore similar color palettes
Dr Pepper color palette created on .