River Serenade Color Palette
Discover the beautiful River Serenade color palette featuring danube (#6193d1), regent st blue (#a8c1e1), melanie (#e1b7d4), web orange (#f5a300) and valencia (#d63c2e).
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 River Serenade palette
💻 River Serenade color palette CSS
/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a8c1e1;
}
.color-3 {
color: #e1b7d4;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #d63c2e;
}
/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a8c1e1;
--color-3: #e1b7d4;
--color-4: #f5a300;
--color-5: #d63c2e;
} 🌈 River Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a8c1e1, #e1b7d4, #f5a300, #d63c2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a8c1e1, #e1b7d4, #f5a300, #d63c2e);
} 🔗 Explore similar color palettes
River Serenade color palette created on .