Highland Whimsy Color Palette
Discover the beautiful Highland Whimsy color palette featuring east side (#a77ccb), regent st blue (#a1c4e3), powder blue (#b1d9e2), light wisteria (#dab4e4) and butterfly bush (#5f4b8b).
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 Highland Whimsy palette
💻 Highland Whimsy color palette CSS
/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #a1c4e3;
}
.color-3 {
color: #b1d9e2;
}
.color-4 {
color: #dab4e4;
}
.color-5 {
color: #5f4b8b;
}
/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #a1c4e3;
--color-3: #b1d9e2;
--color-4: #dab4e4;
--color-5: #5f4b8b;
} 🌈 Highland Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #a1c4e3, #b1d9e2, #dab4e4, #5f4b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #a1c4e3, #b1d9e2, #dab4e4, #5f4b8b);
} 🔗 Explore similar color palettes
Highland Whimsy color palette created on .