Basilkeep Enchantment Color Palette
Discover the beautiful Basilkeep Enchantment color palette featuring acapulco (#73a997), pine glade (#c5d395), chalky (#f0d693), saffron (#f0c43d) and mandy (#e24d54).
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 Basilkeep Enchantment palette
💻 Basilkeep Enchantment color palette CSS
/* CSS */
.color-1 {
color: #73a997;
}
.color-2 {
color: #c5d395;
}
.color-3 {
color: #f0d693;
}
.color-4 {
color: #f0c43d;
}
.color-5 {
color: #e24d54;
}
/* CSS Variables */
:root {
--color-1: #73a997;
--color-2: #c5d395;
--color-3: #f0d693;
--color-4: #f0c43d;
--color-5: #e24d54;
} 🌈 Basilkeep Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73a997, #c5d395, #f0d693, #f0c43d, #e24d54);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73a997, #c5d395, #f0d693, #f0c43d, #e24d54);
} 🔗 Explore similar color palettes
Basilkeep Enchantment color palette created on .