Shades of Paprika Color Palette

Discover the beautiful Shades of Paprika color palette featuring paprika (#8d0227), valencia (#d94a3a), sandy brown (#f4a462), maize (#f7d3a1) and parchment (#f2e5d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Warm, Bright, Autumn 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

UI Examples

Explore beautiful UI components with Shades of Paprika palette

Share this palette to:

💻 Shades of Paprika color palette CSS

/* CSS */
.color-1 {
color: #8d0227;
}
.color-2 {
color: #d94a3a;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f7d3a1;
}
.color-5 {
color: #f2e5d4;
}

/* CSS Variables */
:root {
--color-1: #8d0227;
--color-2: #d94a3a;
--color-3: #f4a462;
--color-4: #f7d3a1;
--color-5: #f2e5d4;
}

🌈 Shades of Paprika background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d0227, #d94a3a, #f4a462, #f7d3a1, #f2e5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d0227, #d94a3a, #f4a462, #f7d3a1, #f2e5d4);
}

Shades of Paprika color palette created on .