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