Plum & Jasmine Color Palette
Discover the beautiful Plum & Jasmine color palette featuring camelot (#7c2d57), tapestry (#a45b8d), melanie (#e3bad5), wheat (#f6e6b1) and norway (#a6c69f).
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 Plum & Jasmine palette
💻 Plum & Jasmine color palette CSS
/* CSS */
.color-1 {
color: #7c2d57;
}
.color-2 {
color: #a45b8d;
}
.color-3 {
color: #e3bad5;
}
.color-4 {
color: #f6e6b1;
}
.color-5 {
color: #a6c69f;
}
/* CSS Variables */
:root {
--color-1: #7c2d57;
--color-2: #a45b8d;
--color-3: #e3bad5;
--color-4: #f6e6b1;
--color-5: #a6c69f;
} 🌈 Plum & Jasmine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d57, #a45b8d, #e3bad5, #f6e6b1, #a6c69f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d57, #a45b8d, #e3bad5, #f6e6b1, #a6c69f);
} 🔗 Explore similar color palettes
Plum & Jasmine color palette created on .