Remy’s Boyz Color Palette

Discover the beautiful Remy’s Boyz color palette featuring di serria (#d8a85a), gold sand (#e9b99b), petite orchid (#e59e9f), new orleans (#f3c9a0) and wheat (#f6d8c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Bright, Fun, Pink, Spring, Sun, Tropical, Yellow 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 Remy’s Boyz palette

Share this palette to:

💻 Remy’s Boyz color palette CSS

/* CSS */
.color-1 {
color: #d8a85a;
}
.color-2 {
color: #e9b99b;
}
.color-3 {
color: #e59e9f;
}
.color-4 {
color: #f3c9a0;
}
.color-5 {
color: #f6d8c1;
}

/* CSS Variables */
:root {
--color-1: #d8a85a;
--color-2: #e9b99b;
--color-3: #e59e9f;
--color-4: #f3c9a0;
--color-5: #f6d8c1;
}

🌈 Remy’s Boyz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a85a, #e9b99b, #e59e9f, #f3c9a0, #f6d8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a85a, #e9b99b, #e59e9f, #f3c9a0, #f6d8c1);
}

Remy’s Boyz color palette created on .