Renaissance Reverie Color Palette

Discover the beautiful Renaissance Reverie color palette featuring cutty sark (#5b807f), mantle (#8da090), sprout (#c3d9b0), harvest gold (#e5b57b) and my pink (#d1808c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Green, Tropical 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 Renaissance Reverie palette

Share this palette to:

💻 Renaissance Reverie color palette CSS

/* CSS */
.color-1 {
color: #5b807f;
}
.color-2 {
color: #8da090;
}
.color-3 {
color: #c3d9b0;
}
.color-4 {
color: #e5b57b;
}
.color-5 {
color: #d1808c;
}

/* CSS Variables */
:root {
--color-1: #5b807f;
--color-2: #8da090;
--color-3: #c3d9b0;
--color-4: #e5b57b;
--color-5: #d1808c;
}

🌈 Renaissance Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b807f, #8da090, #c3d9b0, #e5b57b, #d1808c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b807f, #8da090, #c3d9b0, #e5b57b, #d1808c);
}

Renaissance Reverie color palette created on .