Vivid Reverie Color Palette
Discover the beautiful Vivid Reverie color palette featuring purple heart (#6618bf), radical red (#f8354c), medium red violet (#b02787), saffron (#f8c12a) and puerto rico (#4ccdc4).
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 Vivid Reverie palette
💻 Vivid Reverie color palette CSS
/* CSS */
.color-1 {
color: #6618bf;
}
.color-2 {
color: #f8354c;
}
.color-3 {
color: #b02787;
}
.color-4 {
color: #f8c12a;
}
.color-5 {
color: #4ccdc4;
}
/* CSS Variables */
:root {
--color-1: #6618bf;
--color-2: #f8354c;
--color-3: #b02787;
--color-4: #f8c12a;
--color-5: #4ccdc4;
}
🌈 Vivid Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6618bf, #f8354c, #b02787, #f8c12a, #4ccdc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6618bf, #f8354c, #b02787, #f8c12a, #4ccdc4);
}
🔗 Explore similar color palettes
Vivid Reverie color palette created on .