Red Soda Color Palette

Discover the beautiful Red Soda color palette featuring buccaneer (#5e2b30), solid pink (#8d3a3e), matrix (#b6585d), tonys pink (#e89e9b) and cold turkey (#d4c4c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRetro, Red, Bright, Aesthetic, Vintage 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 Red Soda palette

Share this palette to:

💻 Red Soda color palette CSS

/* CSS */
.color-1 {
color: #5e2b30;
}
.color-2 {
color: #8d3a3e;
}
.color-3 {
color: #b6585d;
}
.color-4 {
color: #e89e9b;
}
.color-5 {
color: #d4c4c5;
}

/* CSS Variables */
:root {
--color-1: #5e2b30;
--color-2: #8d3a3e;
--color-3: #b6585d;
--color-4: #e89e9b;
--color-5: #d4c4c5;
}

🌈 Red Soda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b30, #8d3a3e, #b6585d, #e89e9b, #d4c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b30, #8d3a3e, #b6585d, #e89e9b, #d4c4c5);
}

Red Soda color palette created on .