Enchanted Elf Color Palette
Discover the beautiful Enchanted Elf color palette featuring sinbad (#a4dac5), algae green (#8adba0), puerto rico (#4bbead), burnt sienna (#f27c5f) and valencia (#d84141).
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 Enchanted Elf palette
💻 Enchanted Elf color palette CSS
/* CSS */
.color-1 {
color: #a4dac5;
}
.color-2 {
color: #8adba0;
}
.color-3 {
color: #4bbead;
}
.color-4 {
color: #f27c5f;
}
.color-5 {
color: #d84141;
}
/* CSS Variables */
:root {
--color-1: #a4dac5;
--color-2: #8adba0;
--color-3: #4bbead;
--color-4: #f27c5f;
--color-5: #d84141;
} 🌈 Enchanted Elf background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dac5, #8adba0, #4bbead, #f27c5f, #d84141);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dac5, #8adba0, #4bbead, #f27c5f, #d84141);
} 🔗 Explore similar color palettes
Enchanted Elf color palette created on .