Cardinal Blossom Color Palette
Discover the beautiful Cardinal Blossom color palette featuring cardinal (#c21e3a), brick red (#be2d3e), night shadz (#a43d4e), zinnwaldite (#eac4b3) and rajah (#f9a77b).
Brightness
Saturation
Warmth
💡 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 Cardinal Blossom palette
💻 Cardinal Blossom color palette CSS
/* CSS */
.color-1 {
color: #c21e3a;
}
.color-2 {
color: #be2d3e;
}
.color-3 {
color: #a43d4e;
}
.color-4 {
color: #eac4b3;
}
.color-5 {
color: #f9a77b;
}
/* CSS Variables */
:root {
--color-1: #c21e3a;
--color-2: #be2d3e;
--color-3: #a43d4e;
--color-4: #eac4b3;
--color-5: #f9a77b;
} 🌈 Cardinal Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c21e3a, #be2d3e, #a43d4e, #eac4b3, #f9a77b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c21e3a, #be2d3e, #a43d4e, #eac4b3, #f9a77b);
} 🔗 Explore similar color palettes
Cardinal Blossom color palette created on .