Sin of Pride Color Palette

Discover the beautiful Sin of Pride color palette featuring old brick (#9c1c2b), fuzzy wuzzy brown (#bf675a), tonys pink (#e6a089), manhattan (#f7c5a1) and double colonial white (#f0e6b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Peach, Red 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 Sin of Pride palette

Share this palette to:

💻 Sin of Pride color palette CSS

/* CSS */
.color-1 {
color: #9c1c2b;
}
.color-2 {
color: #bf675a;
}
.color-3 {
color: #e6a089;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #f0e6b7;
}

/* CSS Variables */
:root {
--color-1: #9c1c2b;
--color-2: #bf675a;
--color-3: #e6a089;
--color-4: #f7c5a1;
--color-5: #f0e6b7;
}

🌈 Sin of Pride background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c2b, #bf675a, #e6a089, #f7c5a1, #f0e6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c2b, #bf675a, #e6a089, #f7c5a1, #f0e6b7);
}

Sin of Pride color palette created on .