Jenyla Dreams Color Palette
Discover the beautiful Jenyla Dreams color palette featuring east side (#a77ccb), cold purple (#bba2d8), light wisteria (#d5a4df), light orchid (#eba8e2) and cherub (#f5c7e5).
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 Jenyla Dreams palette
💻 Jenyla Dreams color palette CSS
/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #bba2d8;
}
.color-3 {
color: #d5a4df;
}
.color-4 {
color: #eba8e2;
}
.color-5 {
color: #f5c7e5;
}
/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #bba2d8;
--color-3: #d5a4df;
--color-4: #eba8e2;
--color-5: #f5c7e5;
} 🌈 Jenyla Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #bba2d8, #d5a4df, #eba8e2, #f5c7e5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #bba2d8, #d5a4df, #eba8e2, #f5c7e5);
} 🔗 Explore similar color palettes
Jenyla Dreams color palette created on .