Rollo Flamme Color Palette

Discover the beautiful Rollo Flamme color palette featuring crimson (#d41623), cardinal (#c21431), shiraz (#b11043), rose bud cherry (#830b3f) and loulou (#400c3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Burgundy, Elegant, Warm, Dark, Winter 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 Rollo Flamme palette

Share this palette to:

💻 Rollo Flamme color palette CSS

/* CSS */
.color-1 {
color: #d41623;
}
.color-2 {
color: #c21431;
}
.color-3 {
color: #b11043;
}
.color-4 {
color: #830b3f;
}
.color-5 {
color: #400c3c;
}

/* CSS Variables */
:root {
--color-1: #d41623;
--color-2: #c21431;
--color-3: #b11043;
--color-4: #830b3f;
--color-5: #400c3c;
}

🌈 Rollo Flamme background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d41623, #c21431, #b11043, #830b3f, #400c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d41623, #c21431, #b11043, #830b3f, #400c3c);
}

Rollo Flamme color palette created on .