Gemstone Reverie Color Palette
Discover the beautiful Gemstone Reverie color palette featuring anzac (#e3b03b), havelock blue (#5c83d6), wisteria (#9d6eb4), froly (#f26ea0) and flamingo (#f15937).
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 Gemstone Reverie palette
💻 Gemstone Reverie color palette CSS
/* CSS */
.color-1 {
color: #e3b03b;
}
.color-2 {
color: #5c83d6;
}
.color-3 {
color: #9d6eb4;
}
.color-4 {
color: #f26ea0;
}
.color-5 {
color: #f15937;
}
/* CSS Variables */
:root {
--color-1: #e3b03b;
--color-2: #5c83d6;
--color-3: #9d6eb4;
--color-4: #f26ea0;
--color-5: #f15937;
} 🌈 Gemstone Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b03b, #5c83d6, #9d6eb4, #f26ea0, #f15937);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b03b, #5c83d6, #9d6eb4, #f26ea0, #f15937);
} 🔗 Explore similar color palettes
Gemstone Reverie color palette created on .