Elysian Hues Color Palette
Discover the beautiful Elysian Hues color palette featuring wheat (#f6e3b6), manhattan (#f5b899), mauvelous (#f39191), heliotrope (#c880ff) and malibu (#6bb0f5).
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 Elysian Hues palette
💻 Elysian Hues color palette CSS
/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #f5b899;
}
.color-3 {
color: #f39191;
}
.color-4 {
color: #c880ff;
}
.color-5 {
color: #6bb0f5;
}
/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #f5b899;
--color-3: #f39191;
--color-4: #c880ff;
--color-5: #6bb0f5;
}
🌈 Elysian Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #f5b899, #f39191, #c880ff, #6bb0f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #f5b899, #f39191, #c880ff, #6bb0f5);
}
🔗 Explore similar color palettes
Elysian Hues color palette created on .