Rosy Reverie Color Palette

Discover the beautiful Rosy Reverie color palette featuring nutmeg (#7d2b2f), turkish rose (#b27074), cavern pink (#e3b5b7), bizarre (#f0e0e2) and athens gray (#f6f8f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Soft, Spring 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 Rosy Reverie palette

Share this palette to:

💻 Rosy Reverie color palette CSS

/* CSS */
.color-1 {
color: #7d2b2f;
}
.color-2 {
color: #b27074;
}
.color-3 {
color: #e3b5b7;
}
.color-4 {
color: #f0e0e2;
}
.color-5 {
color: #f6f8f9;
}

/* CSS Variables */
:root {
--color-1: #7d2b2f;
--color-2: #b27074;
--color-3: #e3b5b7;
--color-4: #f0e0e2;
--color-5: #f6f8f9;
}

🌈 Rosy Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2b2f, #b27074, #e3b5b7, #f0e0e2, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2b2f, #b27074, #e3b5b7, #f0e0e2, #f6f8f9);
}

Rosy Reverie color palette created on .