Golden Rose Color Palette

Discover the beautiful Golden Rose color palette featuring golden sand (#f4d780), casablanca (#f3b849), di serria (#e09061), viola (#cb8bb0) and tapestry (#ad589e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Orange, Pink, Red, Purple, Warm, Soft, Bright, Earthy, Vibrant 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 Golden Rose palette

Share this palette to:

💻 Golden Rose color palette CSS

/* CSS */
.color-1 {
color: #f4d780;
}
.color-2 {
color: #f3b849;
}
.color-3 {
color: #e09061;
}
.color-4 {
color: #cb8bb0;
}
.color-5 {
color: #ad589e;
}

/* CSS Variables */
:root {
--color-1: #f4d780;
--color-2: #f3b849;
--color-3: #e09061;
--color-4: #cb8bb0;
--color-5: #ad589e;
}

🌈 Golden Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d780, #f3b849, #e09061, #cb8bb0, #ad589e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d780, #f3b849, #e09061, #cb8bb0, #ad589e);
}

Golden Rose color palette created on .