Serious Red and Green Rose Color Palette

Discover the beautiful Serious Red and Green Rose color palette featuring bright red (#a30000), paarl (#a45d2d), apache (#d9b56d), dairy cream (#f7e3b1) and crete (#4e7b2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Green, Flower, Bright, Nature 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 Serious Red and Green Rose palette

Share this palette to:

💻 Serious Red and Green Rose color palette CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #a45d2d;
}
.color-3 {
color: #d9b56d;
}
.color-4 {
color: #f7e3b1;
}
.color-5 {
color: #4e7b2d;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #a45d2d;
--color-3: #d9b56d;
--color-4: #f7e3b1;
--color-5: #4e7b2d;
}

🌈 Serious Red and Green Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #a45d2d, #d9b56d, #f7e3b1, #4e7b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #a45d2d, #d9b56d, #f7e3b1, #4e7b2d);
}

Serious Red and Green Rose color palette created on .