Crimson Velvet Dreams Color Palette
Discover the beautiful Crimson Velvet Dreams color palette featuring radical red (#f9244f), amaranth (#ed2651), maroon flush (#b11b4f), disco (#700f4b) and clairvoyant (#340548).
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 Crimson Velvet Dreams palette
💻 Crimson Velvet Dreams color palette CSS
/* CSS */
.color-1 {
color: #f9244f;
}
.color-2 {
color: #ed2651;
}
.color-3 {
color: #b11b4f;
}
.color-4 {
color: #700f4b;
}
.color-5 {
color: #340548;
}
/* CSS Variables */
:root {
--color-1: #f9244f;
--color-2: #ed2651;
--color-3: #b11b4f;
--color-4: #700f4b;
--color-5: #340548;
} 🌈 Crimson Velvet Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9244f, #ed2651, #b11b4f, #700f4b, #340548);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9244f, #ed2651, #b11b4f, #700f4b, #340548);
} 🔗 Explore similar color palettes
Crimson Velvet Dreams color palette created on .