Dr Pepper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dr Pepper palette

Share this palette to:

Dr Pepper color palette PNG image

Download dr pepper color palette PNG image (landscape)
Download dr pepper color palette PNG image (square)

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);
}

Dr Pepper color palette created on .