Rodger's Reverie Color Palette

Discover the beautiful Rodger's Reverie color palette featuring manhattan (#f7c7ab), flesh (#ffc29e), apache (#d9bf78), clairvoyant (#690571) and chambray (#3d5a94).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Coral, Peach, Blue 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 Rodger's Reverie palette

Share this palette to:

💻 Rodger's Reverie color palette CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #d9bf78;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #3d5a94;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #ffc29e;
--color-3: #d9bf78;
--color-4: #690571;
--color-5: #3d5a94;
}

🌈 Rodger's Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #ffc29e, #d9bf78, #690571, #3d5a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #ffc29e, #d9bf78, #690571, #3d5a94);
}

Rodger's Reverie color palette created on .