Discover the beautiful Crimson Night color palette featuring monarch (#890b1e), valencia (#d72d3b), froly (#f06a6a), mandys pink (#f4b8b8) and fantasy (#fdf7f7).
Crimson Night Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Crimson Night palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Crimson Night palette
💻 Crimson Night color palette CSS
/* CSS */
.color-1 {
color: #890b1e;
}
.color-2 {
color: #d72d3b;
}
.color-3 {
color: #f06a6a;
}
.color-4 {
color: #f4b8b8;
}
.color-5 {
color: #fdf7f7;
}
/* CSS Variables */
:root {
--color-1: #890b1e;
--color-2: #d72d3b;
--color-3: #f06a6a;
--color-4: #f4b8b8;
--color-5: #fdf7f7;
}
🌈 Crimson Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #890b1e, #d72d3b, #f06a6a, #f4b8b8, #fdf7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #890b1e, #d72d3b, #f06a6a, #f4b8b8, #fdf7f7);
}
🔗 Explore similar color palettes
Crimson Night color palette created on .